mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-13 12:12:03 +00:00
feat(multiplayer): persist connection generation leases
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE match_participants
|
||||
DROP CONSTRAINT IF EXISTS match_participants_connection_lease,
|
||||
DROP COLUMN IF EXISTS disconnected_at;
|
||||
Reference in New Issue
Block a user