This commit is contained in:
2026-04-02 16:17:48 +03:30
parent 1134147b7e
commit a67236d45c
8 changed files with 60 additions and 15 deletions
+2 -3
View File
@@ -2,9 +2,8 @@
set -e
if [ "${SKIP_MIGRATE}" != "1" ]; then
echo "Running migrations..."
# python manage.py migrate --noinput --fake-initial
# python manage.py makemigrations --merge
python manage.py repair_location_tables
python manage.py migrate --noinput
echo "Migrations done."
fi
echo "Starting command: $*"