Commit Graph
1 Commits
Author SHA1 Message Date
clawbot bc70a0a973 fix: add ON DELETE CASCADE to uploads FK on snapshot_id
check / check (pull_request) Successful in 4m15s
The uploads table's foreign key on snapshot_id did not cascade deletes,
unlike snapshot_files and snapshot_blobs. This caused FK violations when
deleting snapshots with associated upload records (if FK enforcement is
enabled) unless uploads were manually deleted first.

closes #18
2026-03-17 05:48:38 -07:00