
Updated migrations/env.py to import Base from app.database.session instead of app.models, fixing the 'cannot import name Base' error.
Generic single-database configuration with SQLite.
Updated migrations/env.py to import Base from app.database.session instead of app.models, fixing the 'cannot import name Base' error.
Generic single-database configuration with SQLite.