chore: add unique constraint to PartnershipStat table
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
-- Add unique constraint to PartnershipStat table
|
||||||
|
CREATE UNIQUE INDEX "partnership_stats_player1Id_player2Id_key" ON "partnership_stats"("player1Id", "player2Id");
|
||||||
Reference in New Issue
Block a user