mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-13 03:22:04 +00:00
feat(multiplayer): persist ranked arena allocations
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- Persist the matcher-selected arena through acceptance and allocation. NULL
|
||||
-- remains valid for legacy/casual rows while ranked proposals always write a
|
||||
-- server-owned floor-goal path.
|
||||
ALTER TABLE proposals
|
||||
ADD COLUMN match_arena_path TEXT;
|
||||
|
||||
ALTER TABLE matches
|
||||
ADD COLUMN arena_path TEXT;
|
||||
Reference in New Issue
Block a user