feat: add Alembic database migrations setup

- alembic.ini with configuration
- alembic/env.py with model imports and connection handling
- alembic/versions/ for migration scripts

This completes Fase 1 Foundation implementation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Claude AI
2026-01-29 10:02:10 +00:00
parent dcb7fb5974
commit 1d34504d04
4 changed files with 126 additions and 0 deletions