fix: issue vote constraints (#2057)
This commit is contained in:
parent
f71a62f142
commit
71c8f79276
2 changed files with 1 additions and 9 deletions
|
|
@ -481,7 +481,7 @@ class IssueVote(ProjectBaseModel):
|
|||
)
|
||||
|
||||
class Meta:
|
||||
unique_together = ["issue", "actor", "vote"]
|
||||
unique_together = ["issue", "actor",]
|
||||
verbose_name = "Issue Vote"
|
||||
verbose_name_plural = "Issue Votes"
|
||||
db_table = "issue_votes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue