mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
6 lines
293 B
SQL
6 lines
293 B
SQL
-- Migration 0010 backfilled every state that requires an initial-connect
|
|
-- timestamp. Validate that invariant now so an anomalous legacy row blocks
|
|
-- rollout instead of silently bypassing no-show reconciliation.
|
|
ALTER TABLE matches
|
|
VALIDATE CONSTRAINT matches_initial_connect_ready_at;
|