Files
boocode/apps
indifferentketchup 47361576ed fix(coder): CASCADE delete on session_worktrees + agent_sessions FKs
Deleting a session with linked session_worktrees or agent_sessions rows
threw a FK violation (500 on DELETE /api/sessions/:id). Both FKs now
ON DELETE CASCADE. Idempotent migration: drops the old constraint and
re-adds with CASCADE only if confdeltype != 'c'.
2026-05-30 21:26:28 +00:00
..
2026-05-26 23:29:25 +00:00