mirror of
https://github.com/bugsink/bugsink.git
synced 2025-12-20 12:29:57 -06:00
Fix on previous commit (wrong unique index)
This commit is contained in:
@@ -147,7 +147,7 @@ class Event(models.Model):
|
||||
class Meta:
|
||||
unique_together = [
|
||||
("project", "event_id"),
|
||||
("project", "ingest_order"),
|
||||
("issue", "ingest_order"),
|
||||
]
|
||||
|
||||
def get_absolute_url(self):
|
||||
|
||||
Reference in New Issue
Block a user