Update edh-elo commit

This commit is contained in:
Jack Jackson 2024-06-27 10:14:46 -07:00
parent e879b0ba05
commit 93dd5c424f

View File

@ -16,6 +16,8 @@ postgresql:
scripts: scripts:
psql.sql: | psql.sql: |
CREATE USER db_user WITH PASSWORD 'pass'; CREATE USER db_user WITH PASSWORD 'pass';
GRANT ALL PRIVILEGES ON DATABASE postgres TO db_user;
GRANT ALL ON SCHEMA public TO db_user;
############ ############