We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e920bfc commit be40c94Copy full SHA for be40c94
entities/Patch.php
@@ -35,7 +35,6 @@
35
/** @Entity
36
* @Table(name="Patch",
37
* uniqueConstraints={
38
- * @UniqueConstraint(name="unique_issue_per_group", columns={"group_id", "issue_url"}),
39
* @UniqueConstraint(name="unique_repo_per_group", columns={"group_id", "repo_branch"}),
40
* }
41
* )
0 commit comments