gabriel / musehub public
fix BREAKING task/fix-migrations-and-dockerfile #1 / 1
AI Agent gabriel · 129 days ago · May 6, 2026 · Diff

fix: Docker cryptography source build + schema migrations for dataclass refactor

- Dockerfile: build cryptography from source with RUSTFLAGS=-C target-cpu=generic to avoid SIGILL from Rust backend on aarch64 Docker Desktop VM - 0024: fix table references — musehub_symbol_history_entries (not _history), remove non-existent muse_commits array columns (those live in musehub_commits) - 0028: convert musehub_commits.{parent_ids,breaking_changes,reviewed_by} from json to array types (missed by 0024 due to wrong table name) - 0029: add server_default now() to musehub_commits.created_at - 0030: widen varchar(36) ID columns to varchar(128) for sha256 IDs

sha256:8bebf3df8dc7463460c66da612a74d0beaf76cf266e94c540a90c8aa6d04801e sha
+28 ~4 symbols
sha256:68f4c849678a3f436bbb4ff4e234388d2cdae6017e38659bf97d7c66745244a4 snapshot
+28
symbols added
~4
symbols modified
0
dead code introduced
Semantic Changes 32 symbols
+ branch_labels variable variable branch_labels L19–19
+ depends_on variable variable depends_on L20–20
+ down_revision variable variable down_revision L18–18
+ downgrade function function downgrade L52–59
+ annotations import import annotations L11–11
+ op import import op L13–13
+ sa import import sa L14–14
+ revision variable variable revision L17–17
+ upgrade function function upgrade L23–49
+ branch_labels variable variable branch_labels L18–18
+ depends_on variable variable depends_on L19–19
+ down_revision variable variable down_revision L17–17
+ downgrade function function downgrade L28–31
+ annotations import import annotations L10–10
+ op import import op L12–12
+ sa import import sa L13–13
+ revision variable variable revision L16–16
+ upgrade function function upgrade L22–25
+ _COLS variable variable _COLS L27–32
+ branch_labels variable variable branch_labels L24–24
+ depends_on variable variable depends_on L25–25
+ down_revision variable variable down_revision L23–23
+ downgrade function function downgrade L43–48
+ annotations import import annotations L16–16
+ op import import op L18–18
+ sa import import sa L19–19
+ revision variable variable revision L22–22
+ upgrade function function upgrade L35–40
← Older Oldest on task/fix-migrations-and-dockerfile
All commits
Newer → Latest on task/fix-migrations-and-dockerfile

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