mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-13 18:12:08 +00:00
feat(multiplayer): persist ranked arena allocations
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE matches
|
||||
DROP COLUMN IF EXISTS arena_path;
|
||||
ALTER TABLE proposals
|
||||
DROP COLUMN IF EXISTS match_arena_path;
|
||||
Reference in New Issue
Block a user