Skip to content

Commit d664c99

Browse files
committed
remove team.org_role once and for all
1 parent cb00d62 commit d664c99

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/sentry/backup/imports.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,7 @@
5959
# around even if the dict is empty, to ensure that there is a ready place to pop shims into. For
6060
# each entry in this dict, please leave a TODO comment pointed to a github issue for removing
6161
# the shim, noting in the comment which self-hosted release will trigger the removal.
62-
DELETED_FIELDS: dict[
63-
str, set[str]
64-
] = { # TODO(getsentry/sentry#66247): Remove once self-hosted 24.4.0 is released.
65-
"sentry.team": {"org_role"}
66-
}
62+
DELETED_FIELDS: dict[str, set[str]] = {}
6763

6864

6965
class ImportingError(Exception):

0 commit comments

Comments
 (0)