mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 19:23:42 +00:00
5 lines
124 B
SQL
5 lines
124 B
SQL
ALTER TABLE matches
|
|
DROP COLUMN IF EXISTS arena_path;
|
|
ALTER TABLE proposals
|
|
DROP COLUMN IF EXISTS match_arena_path;
|