Skip to content

Commit

Permalink
Revert "feat(escalating-issues): Create new index on Group for more e…
Browse files Browse the repository at this point in the history
…fficient query (#56180)"

This reverts commit 381818a.

Co-authored-by: NisanthanNanthakumar <10491193+NisanthanNanthakumar@users.noreply.github.com>
  • Loading branch information
getsentry-bot and NisanthanNanthakumar committed Sep 15, 2023
1 parent 62352bd commit b8241ac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
2 changes: 1 addition & 1 deletion migrations_lockfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ will then be regenerated, and you should be able to merge without conflicts.
feedback: 0002_feedback_add_org_id_and_rename_event_id
nodestore: 0002_nodestore_no_dictfield
replays: 0003_add_size_to_recording_segment
sentry: 0553_add_new_index_to_groupedmessage_table
sentry: 0552_create_neglectedalert_table
social_auth: 0002_default_auto_field

This file was deleted.

1 change: 0 additions & 1 deletion src/sentry/models/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ 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 b8241ac

Please sign in to comment.