Delete auto-RSVP on unclaim and count going from RSVPs only

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-18 23:15:48 -04:00
parent 6e3fc9721a
commit e7022124be
3 changed files with 36 additions and 9 deletions
+3
View File
@@ -49,6 +49,9 @@ INSERT INTO claims (slot_id, name, note)
VALUES (?, ?, ?)
RETURNING *;
-- name: GetClaimByID :one
SELECT * FROM claims WHERE id = ?;
-- name: DeleteClaim :exec
DELETE FROM claims WHERE id = ?;