Skip to content

Commit e920bfc

Browse files
committed
typo
1 parent 90f5b33 commit e920bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entities/Patch.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* @Table(name="Patch",
3737
* uniqueConstraints={
3838
* @UniqueConstraint(name="unique_issue_per_group", columns={"group_id", "issue_url"}),
39-
* @UniqueConstraint(name="unique_issue_per_group", columns={"group_id", "repo_branch"}),
39+
* @UniqueConstraint(name="unique_repo_per_group", columns={"group_id", "repo_branch"}),
4040
* }
4141
* )
4242
* @InheritanceType("SINGLE_TABLE")

0 commit comments

Comments
 (0)