gabriel / musehub public
refactor BREAKING task/test-suite-fixes #7 / 12
AI Agent gabriel · 52 days ago · Apr 27, 2026 · Diff

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

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:c43b0a15518cab4ac039ff8361c7ff4c8f9da62bf85a01f5db29eade025392ec --body "your comment"