honcho/migrations
ajspig 20fddc08f4 fix: dispose alembic engine after migrations run
engine_from_config in env.py leaked a pooled connection per alembic
invocation; repeated upgrades in the migration test suite accumulated
enough lingering sessions to block DROP DATABASE at fixture teardown.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-10 12:03:46 -04:00
..
versions feat: normalize source_ids into document_sources table 2026-08-10 10:01:39 -04:00
README Add Pre-commit Hooks (#165) 2025-07-22 15:17:53 -04:00
env.py fix: dispose alembic engine after migrations run 2026-08-10 12:03:46 -04:00
script.py.mako align DB state to sqlalchemy model definitions (#245) 2025-11-03 14:58:12 -05:00
utils.py Standardize DB Constraint Conventions (#272) 2025-11-20 11:50:54 -05:00

README

Generic single-database configuration.