mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
6 lines
315 B
SQL
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;
|