Skip to content

Commit be40c94

Browse files
committed
disable constraint
1 parent e920bfc commit be40c94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

entities/Patch.php

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
/** @Entity
3636
* @Table(name="Patch",
3737
* uniqueConstraints={
38-
* @UniqueConstraint(name="unique_issue_per_group", columns={"group_id", "issue_url"}),
3938
* @UniqueConstraint(name="unique_repo_per_group", columns={"group_id", "repo_branch"}),
4039
* }
4140
* )

0 commit comments

Comments
 (0)