Skip to content

Commit

Permalink
gh-347 add a database constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronforshaw committed Jul 22, 2022
1 parent 3528121 commit 2511e3d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE IF EXISTS security.securable_resource_group_role
ADD CONSTRAINT UKfa251ce1f3b24cad8cccd15394d1 UNIQUE (securable_resource_id, user_group_id);

0 comments on commit 2511e3d

Please sign in to comment.