chore: integrate multiplayer code (wip)
This commit is contained in:
parent
2838d59f30
commit
4f5e21becb
66 changed files with 6423 additions and 18 deletions
|
|
@ -0,0 +1,3 @@
|
|||
-- Prevent duplicate participant rows if POST /games/result is called more than once.
|
||||
CREATE UNIQUE INDEX IF NOT EXISTS idx_participants_unique
|
||||
ON game_participants(game_record_id, player_id);
|
||||
Loading…
Add table
Add a link
Reference in a new issue