Initial commit

This commit is contained in:
Lorenzo Sanesi
2026-07-23 19:18:34 +02:00
commit 60db30a960
5 changed files with 285 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
-- scouthub-home-be usa un database separato sulla stessa istanza Postgres di "db".
-- Eseguito solo al primo avvio del container (volume dati vuoto).
SELECT 'CREATE DATABASE scouthub_home'
WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'scouthub_home')
\gexec