We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 259c3c8 + e7a1feb commit 3c2b4e2Copy full SHA for 3c2b4e2
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