This commit is contained in:
2
create-pg-db.sql
Normal file
2
create-pg-db.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
create user maacom encrypted password 'password';
|
||||
create database maacom owner maacom;
|
||||
Reference in New Issue
Block a user