chore: track alembic migrations in git

Le migrations Alembic sono essenziali per il deploy riproducibile:
rimuove la regola in .gitignore che le escludeva e aggiunge al
tracking la migration 001 (image_path) gia esistente ma mai committata.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-17 21:30:27 +02:00
parent abd04d633c
commit fa5d641238
2 changed files with 28 additions and 3 deletions
+1 -3
View File
@@ -52,9 +52,7 @@ node_modules/
# Flask-Babel compiled
*.mo
# Alembic
server/migrations/versions/*.py
!server/migrations/versions/.gitkeep
# Alembic migrations are versioned in git (only __pycache__ is ignored, covered globally)
# Logs
*.log