-- This migration adjusts RSVP recording to align with synchronous fraud scoring. -- The base table already exists; this is a no-op placeholder so future schema -- changes have a slot. We add an index that helps the dashboard query rsvps -- joined with guests by event. CREATE INDEX IF NOT EXISTS idx_rsvps_submitted_at ON rsvps (submitted_at DESC);