Compare commits
3 Commits
eadfa5c675
...
97ae28d624
Author | SHA1 | Date | |
---|---|---|---|
97ae28d624 | |||
5ca07b9b37 | |||
d3cc3004bb |
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;
|
Loading…
Reference in New Issue
Block a user