update init path

This commit is contained in:
nageld
2024-03-23 14:17:14 -04:00
parent 449c3e443b
commit a10ecf2a11

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -e
echo "INIT!"
pg_restore --username="$POSTGRES_USER" --dbname="$POSTGRES_DB" --verbose /schemas/initialisation-schema/9.1-init.sql
pg_restore --username="$POSTGRES_USER" --dbname="$POSTGRES_DB" --verbose /schemas/init.sql