You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(database): improve Alembic configuration setup in database.py
- Updated the _create_alembic_config function to manually create the Alembic Config object, addressing issues with the toml_file parameter.
- Added additional Alembic options for script location, version locations, file template, and timezone to enhance migration management.
- Improved logging to provide more detailed information about the configuration being used.
0 commit comments