fix(multiplayer): constrain ranked arena paths in postgres

This commit is contained in:
Josh Creek
2026-09-01 21:09:01 +01:00
parent bd617dbf06
commit caa7e3e793
5 changed files with 40 additions and 2 deletions
@@ -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;