Files
CosmicClash/server/migrations/down/0011_connection_leases.sql
T

4 lines
141 B
SQL

ALTER TABLE match_participants
DROP CONSTRAINT IF EXISTS match_participants_connection_lease,
DROP COLUMN IF EXISTS disconnected_at;