Skip to content

Commit

Permalink
allow GroupHash deletion to cascade from group deletion when deleti…
Browse files Browse the repository at this point in the history
…ng a project
  • Loading branch information
lobsterkatie committed Aug 27, 2024
1 parent 9941c4b commit 810370e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sentry/deletions/defaults/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def get_child_relations(self, instance):
from sentry.models.groupassignee import GroupAssignee
from sentry.models.groupbookmark import GroupBookmark
from sentry.models.groupemailthread import GroupEmailThread
from sentry.models.grouphash import GroupHash
from sentry.models.grouprelease import GroupRelease
from sentry.models.grouprulestatus import GroupRuleStatus
from sentry.models.groupseen import GroupSeen
Expand Down Expand Up @@ -54,7 +53,6 @@ def get_child_relations(self, instance):
GroupAssignee,
GroupBookmark,
GroupEmailThread,
GroupHash,
GroupRelease,
GroupRuleStatus,
GroupSeen,
Expand Down

0 comments on commit 810370e

Please sign in to comment.