hydra-sql/containers/compose/postgres/init-db.d/create_database_hydra.sql
rudy 6fc004a549
Some checks failed
Cadoles/hydra-sql/pipeline/head There was a failure building this commit
Cadoles/hydra-sql/pipeline/pr-develop There was a failure building this commit
environnement complet autonome, révision complete de la méthode, ajout de configuration
2022-12-09 17:31:07 +01:00

3 lines
154 B
SQL

SELECT 'CREATE DATABASE hydra' WHERE NOT EXISTS (SELECT * FROM pg_database WHERE datname = 'hydra')\gexec
GRANT ALL PRIVILEGES ON DATABASE hydra TO lasql