Skip to content

Commit

Permalink
feat(escalating-issues): Create new index on Group for more efficient…
Browse files Browse the repository at this point in the history
… query
  • Loading branch information
NisanthanNanthakumar committed Sep 13, 2023
1 parent c2f0c36 commit cb4338e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sentry/models/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,7 @@ class Meta:
("project", "status", "substatus", "last_seen", "id"),
("project", "status", "substatus", "type", "last_seen", "id"),
("project", "status", "substatus", "id"),
("status", "substatus", "id"),
]
unique_together = (
("project", "short_id"),
Expand Down

0 comments on commit cb4338e

Please sign in to comment.