Skip to content

Commit

Permalink
add constraint for turn scorings
Browse files Browse the repository at this point in the history
  • Loading branch information
avimoondra committed May 20, 2020
1 parent 8acd5b9 commit 7f7ffb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."turn_scorings" drop constraint "turn_scorings_turn_id_card_id_key";
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alter table "public"."turn_scorings" add constraint "turn_scorings_turn_id_card_id_key" unique ("turn_id", "card_id");

0 comments on commit 7f7ffb3

Please sign in to comment.