This commit is contained in:
2026-04-01 18:38:18 +03:30
parent 98406cfd59
commit d213a4c183
6 changed files with 235 additions and 2 deletions
+3 -1
View File
@@ -2,7 +2,9 @@
set -e
if [ "${SKIP_MIGRATE}" != "1" ]; then
echo "Running migrations..."
python manage.py migrate --noinput --fake-initial
# python manage.py migrate --noinput --fake-initial
# python manage.py makemigrations --merge
echo "Migrations done."
fi
echo "Starting command: $*"