mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-13 09:02:35 +00:00
fix(multiplayer): constrain ranked arena paths in postgres
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user