Files
CosmicClash/server/migrations/0012_validate_connection_leases.sql
2026-09-03 21:14:41 +01:00

6 lines
315 B
SQL

-- Migration 0011 used NOT VALID so the new check protected concurrent writes
-- while its backfill completed. Validate separately so an upgraded database
-- cannot silently retain an impossible pre-lease connection state.
ALTER TABLE match_participants
VALIDATE CONSTRAINT match_participants_connection_lease;