We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259c3c8 commit e7a1febCopy full SHA for e7a1feb
unified/entrypoint.sh
@@ -26,9 +26,6 @@ DB_BACKEND=${DB_BACKEND:-sqlite}
26
27
if [ "$DB_BACKEND" = "sqlite" ]; then
28
echo "Using production-optimized SQLite database mode"
29
- # Ensure database directory exists
30
- mkdir -p /data/db
31
-
32
# Run migrations for both default and cache databases
33
python manage.py migrate
34
0 commit comments