mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 19:03:43 +00:00
7 lines
240 B
SQL
7 lines
240 B
SQL
ALTER TABLE matches
|
|
DROP CONSTRAINT IF EXISTS matches_ranked_arena_path,
|
|
DROP COLUMN IF EXISTS arena_path;
|
|
ALTER TABLE proposals
|
|
DROP CONSTRAINT IF EXISTS proposals_ranked_arena_path,
|
|
DROP COLUMN IF EXISTS match_arena_path;
|