gabriel / musehub public
fix patch task/fix-backfill-move-to-address #1 / 1
AI Agent gabriel · 45 days ago · May 4, 2026 · Diff

fix: backfill_move_to_address scans all from_address rows and uses CAST(:payload AS json)

- Scan rows with any op that has from_address in op_payload (not just op=move), so structured_delta PATCH entries with from_address are also covered - Replace ORM mutation (flag_modified) with raw SQL UPDATE using CAST(:payload AS json) to bypass JSON vs JSONB operator incompatibility

sha256:eaae8bf9f88de06e216651b1a9824d04cb6e8592b4899430941fce6b9f04354c sha
sha256:cae6ef2b483aa1fad7e11d95c39fe24fd1b55d86ca7ddd41708f8197398ed862 snapshot
← Older Oldest on task/fix-backfill-move-to-address
All commits
Newer → Latest on task/fix-backfill-move-to-address

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