Files
multica/server
Bohan-J d3bd5d30c6 chore(migrations): renumber to 249/250 after main's duplicate-242 fix
#6239 resolved main's own duplicate 242 by shifting
242_workspace_teardown_dirty_trigger_guard to 243, which cascaded every later
prefix up by one. main now reaches 248 (248_agent_task_trigger_comment_index),
so this branch's 248 collided again. Ours move to 249/250; 250's header
reference updated to match.

The previous backend CI failure was that inherited duplicate 242 on main, not
this branch — it is fixed upstream now.

Verified: migration lint (all three prefix tests) passes on the merged tree;
fresh DB migrate up through 250; go test ./cmd/server ./internal/handler
./internal/attribution ./internal/service ./internal/migrations; pnpm typecheck 6/6.

Co-authored-by: multica-agent <github@multica.ai>
2026-07-31 16:44:53 +08:00
..