Skip to content

Commit 3c2b4e2

Browse files
authored
Merge pull request #154 from LibrePhotos/codex/verify-deletion-of-unified-deployment-documentation
Remove redundant SQLite data directory creation
2 parents 259c3c8 + e7a1feb commit 3c2b4e2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

unified/entrypoint.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ DB_BACKEND=${DB_BACKEND:-sqlite}
2626

2727
if [ "$DB_BACKEND" = "sqlite" ]; then
2828
echo "Using production-optimized SQLite database mode"
29-
# Ensure database directory exists
30-
mkdir -p /data/db
31-
3229
# Run migrations for both default and cache databases
3330
python manage.py migrate
3431

0 commit comments

Comments
 (0)