mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 21:23:43 +00:00
4 lines
136 B
SQL
4 lines
136 B
SQL
ALTER TABLE matches
|
|
DROP CONSTRAINT IF EXISTS matches_initial_connect_ready_at,
|
|
DROP COLUMN IF EXISTS initial_connect_ready_at;
|