Add reset schema

(the whole team has to know when we stop deleting the schema.
This commit is contained in:
Lorenz Padberg 2023-05-24 16:38:18 +02:00 committed by Daniel Egger
parent 9f94191c7a
commit d29e9c8c8f
1 changed files with 1 additions and 1 deletions

View File

@ -5,8 +5,8 @@ set -o pipefail
set -o nounset
python /app/manage.py collectstatic --no-input --no-post-process
python manage.py reset_schema
python /app/manage.py migrate
/usr/local/bin/gunicorn config.asgi --bind 0.0.0.0:7555 --chdir=/app -k uvicorn.workers.UvicornWorker