fix: 0037 widen VARCHAR(36) ID columns to 128 — idempotent repair
0030 was stamped before it ran on staging. musehub_background_jobs.job_id and repo_id are still VARCHAR(36), causing StringDataRightTruncationError on sha256-prefixed IDs (71 chars). Uses DO $$ conditional blocks so the ALTER is a no-op if the column is already wide enough.
sha256:e03ba06cbfb7e236625213681240413df2faca8dc3bad69a5149953c50fd9443
sha
sha256:084f8300dc9a81eab67cdeb5daec7c021dfef60dab7a70c4b9070ed8d23697bd
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:e03ba06cbfb7e236625213681240413df2faca8dc3bad69a5149953c50fd9443 --body "your comment"
No comments yet. Be the first to start the discussion.