fix: restore migration 0052 — index on musehub_object_refs(object_id)
This migration was applied to the local DB during a prior session but the file was never committed before the session ended. The index exists in the DB; the migration file is being recreated from the known schema state.
Adds ix_musehub_object_refs_object_id to speed up the bulk IN lookup in Phase 3b (_check_missing_objects) and any other query filtering by object_id alone (composite PK covers repo_id+object_id but not object_id standalone).
sha256:3aad25274086ae2524b4dedf0f783af8cf2ad628d72a85ef6b8988ed35b969bf
sha
sha256:0f67aea53b0d92cc5b92987883866010d449ccb80b44e9ef133ee474236b41c4
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:3aad25274086ae2524b4dedf0f783af8cf2ad628d72a85ef6b8988ed35b969bf --body "your comment"
No comments yet. Be the first to start the discussion.