Initial commit
This commit is contained in:
3
postgres/init/aprilandtrey.sql
Normal file
3
postgres/init/aprilandtrey.sql
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
CREATE USER aprilandtrey WITH CREATEDB PASSWORD 'redacted';
|
||||||
|
CREATE DATABASE aprilandtrey;
|
||||||
|
GRANT ALL PRIVILEGES ON DATABASE aprilandtrey TO aprilandtrey;
|
Reference in New Issue
Block a user