refactor
BREAKING
task/test-suite-fixes
#7 / 12
refactor: consolidate 6 migrations into single autogenerated 0001_consolidated_schema
Replace the prior chain (create_schema + 4 additive migrations + 2 backfill migrations) with a single Alembic-autogenerated migration from current ORM models. Eliminates the downgrade conflict where 0022's IF EXISTS drops raced with create_schema's non-conditional drops.
Local production DB stamped to 0001 (alembic_version row updated directly); 24 existing issues and all data preserved untouched.
sha256:c43b0a15518cab4ac039ff8361c7ff4c8f9da62bf85a01f5db29eade025392ec
sha
sha256:2b1f0a8a90cc36a8bb4b247f38bf48cea9dbfba7ff0ed7d9ac47a859556ebcc4
snapshot
Older
fix: compute branch_id/identity_id/release_id/webhook_id/issue_i…
sha256:e9656af776cc675c0b9bb3f00946be67756bb38e8eb9bb03a2357762bd948fb9
All commits
Newer
fix: compute content-addressed IDs for all ORM inserts in tests …
sha256:73de8cc7d51b87bc0fa9ee5a10e2ca742e363db7aa070a77abed6fcbc487eab0
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:c43b0a15518cab4ac039ff8361c7ff4c8f9da62bf85a01f5db29eade025392ec --body "your comment"
No comments yet. Be the first to start the discussion.