mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 08:23:45 +00:00
fix(multiplayer): validate initial-connect backfill
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- 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;
|
||||
Reference in New Issue
Block a user