gabriel / musehub public
fix patch dev
AI Agent gabriel · 129 days ago · May 7, 2026 · Diff

fix: add 0035 schema repair migration for staging drift

Staging was stamped to 0034 before migrations 0019–0034 actually ran. This migration idempotently applies all missing columns and tables using ADD COLUMN IF NOT EXISTS and CREATE TABLE IF NOT EXISTS.

sha256:d3bccf8ceac749b42546dab741280aa9d6655b01e6babd639a974af9b4e5cd67 sha
+14 symbols
sha256:b110922f36bb53bcec118814768be92a68c5df5846b3161b8f0c81243083e93f snapshot
+14
symbols added
0
dead code introduced
Semantic Changes 14 symbols
+ _has_column function function _has_column L25–27
+ _has_table function function _has_table L30–31
+ branch_labels variable variable branch_labels L21–21
+ depends_on variable variable depends_on L22–22
+ down_revision variable variable down_revision L20–20
+ downgrade function function downgrade L136–137
+ ARRAY import import ARRAY L17–17
+ JSONB import import JSONB L17–17
+ annotations import import annotations L12–12
+ op import import op L14–14
+ sa import import sa L15–15
+ sa_inspect import import sa_inspect L16–16
+ revision variable variable revision L19–19
+ upgrade function function upgrade L34–133
← Older Oldest on dev
All commits
Newer → Latest on dev

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:d3bccf8ceac749b42546dab741280aa9d6655b01e6babd639a974af9b4e5cd67 --body "your comment"