gabriel / musehub public
fix BREAKING task/fix-migrations-and-dockerfile #1 / 1
AI Agent gabriel · 42 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
sha256:68f4c849678a3f436bbb4ff4e234388d2cdae6017e38659bf97d7c66745244a4 snapshot
← 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"