mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +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;
|