mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-25 07:49:37 +02:00
PostGIS migration for docker
This commit is contained in:
parent
dab6efbe32
commit
e489a70980
6 changed files with 22 additions and 14 deletions
|
@ -13,6 +13,9 @@ done
|
|||
|
||||
>&2 echo "PostgreSQL is up - continuing..."
|
||||
|
||||
# run sql commands
|
||||
# psql -h "$PGHOST" -U "$PGUSER" -d "$PGDATABASE" -f /app/backend/init-postgis.sql
|
||||
|
||||
# Apply Django migrations
|
||||
python manage.py migrate
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue