Skip to content

Commit 44fb321

Browse files
committed
(backend) delete ENABLE_DB_MIGRATIONS
1 parent 9f5450d commit 44fb321

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/backend/entrypoint

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,5 @@ if ! whoami > /dev/null 2>&1; then
3131
fi
3232
fi
3333

34-
# This _HAS_ to be "true" on a single backend instance
35-
if [ "${ENABLE_DB_MIGRATIONS:-false}" = "true" ]; then
36-
echo "🐳(entrypoint) running django migrations..."
37-
python manage.py migrate --noinput || exit 1
38-
fi
39-
4034
echo "🐳(entrypoint) running your command: ${*}"
4135
exec "$@"

0 commit comments

Comments
 (0)