mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 00:14:00 +00:00
4 lines
141 B
SQL
4 lines
141 B
SQL
ALTER TABLE match_participants
|
|
DROP CONSTRAINT IF EXISTS match_participants_connection_lease,
|
|
DROP COLUMN IF EXISTS disconnected_at;
|