Update edh-elo commit
This commit is contained in:
parent
e879b0ba05
commit
93dd5c424f
@ -16,6 +16,8 @@ postgresql:
|
||||
scripts:
|
||||
psql.sql: |
|
||||
CREATE USER db_user WITH PASSWORD 'pass';
|
||||
GRANT ALL PRIVILEGES ON DATABASE postgres TO db_user;
|
||||
GRANT ALL ON SCHEMA public TO db_user;
|
||||
|
||||
|
||||
############
|
||||
|
Loading…
x
Reference in New Issue
Block a user