feat: keep up with technical recommandations
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
SELECT 'CREATE DATABASE hydra' WHERE NOT EXISTS (SELECT * FROM pg_database WHERE datname = 'hydra')\gexec
|
||||
GRANT ALL PRIVILEGES ON DATABASE hydra TO lasql
|
Reference in New Issue
Block a user