gabriel / musehub public
chore BREAKING task/flatten-migrations #2 / 2
gabriel · 64 days ago · Apr 16, 2026 · Diff

chore: flatten 51 alembic migrations into single initial_schema

Delete all 0001–0051 incremental migrations and replace with a single initial_schema.py autogenerated from the current SQLAlchemy models. down_revision = None, revision = 143316ff5c33.

Also adds alembic/script.py.mako which was missing and required for future alembic revision commands.

Verified: applies cleanly from empty DB with alembic upgrade head.

sha256:0496302b9ccaefa72023aa1c0884ed3b9778e59680425d7e878b9797df20b5be sha
sha256:2d79e342278fb6c59e379352f422c3e9eae0278b3b15ba48de8333c1147fd038 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:0496302b9ccaefa72023aa1c0884ed3b9778e59680425d7e878b9797df20b5be --body "your comment"