This commit is contained in:
ziggi
2017-12-12 08:30:04 +00:00
parent 3eb98ade6a
commit 847c5c532c
4 changed files with 6 additions and 2 deletions

2
create-pg-db.sql Normal file
View File

@@ -0,0 +1,2 @@
create user maacom encrypted password 'password';
create database maacom owner maacom;