mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-14 01:42:30 +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