chore: add unique constraint to PartnershipStat table

This commit is contained in:
2026-03-30 21:28:27 -07:00
parent 3a78f354ad
commit e053cd7743
@@ -0,0 +1,2 @@
-- Add unique constraint to PartnershipStat table
CREATE UNIQUE INDEX "partnership_stats_player1Id_player2Id_key" ON "partnership_stats"("player1Id", "player2Id");