Automated Action 783583b234 Fix database migration import path issue
Updated migrations/env.py to import Base from app.database.session
instead of app.models, fixing the 'cannot import name Base' error.
2025-05-31 21:25:06 +00:00
..
2025-05-31 21:13:37 +00:00
2025-05-31 21:13:37 +00:00
2025-05-31 21:13:37 +00:00
2025-05-31 21:13:37 +00:00

Generic single-database configuration with SQLite.