Updated readme and added init schemas to folder

This commit is contained in:
stratic-dev
2024-01-26 17:59:34 +00:00
parent abe4744587
commit 851301b088
4 changed files with 15 additions and 1 deletions

View File

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