File tree Expand file tree Collapse file tree 5 files changed +1
-159
lines changed
Expand file tree Collapse file tree 5 files changed +1
-159
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ releases: 0004_cleanup_failed_safe_deletes
2929
3030replays: 0007_organizationmember_replay_access
3131
32- seer: 0006_add_night_shift_models
32+ seer: 0005_delete_seerorganizationsettings
3333
3434sentry: 1066_add_export_format_in_data_export_obj
3535
Original file line number Diff line number Diff line change 2828from sentry .models .grouphashmetadata import GroupHashMetadata
2929from sentry .models .rulefirehistory import RuleFireHistory
3030from sentry .notifications .models .notificationmessage import NotificationMessage
31- from sentry .seer .models .night_shift import SeerNightShiftRunIssue
3231from sentry .services .eventstore .models import Event
3332from sentry .snuba .dataset import Dataset
3433from sentry .tasks .seer .delete_seer_grouping_records import (
9695 models .UserReport ,
9796 models .EventAttachment ,
9897 NotificationMessage ,
99- SeerNightShiftRunIssue ,
10098)
10199_GROUP_RELATED_MODELS = DIRECT_GROUP_RELATED_MODELS + ADDITIONAL_GROUP_RELATED_MODELS
102100
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- from .night_shift import * # NOQA
21from .project_repository import * # NOQA
32from .seer_api_models import * # NOQA
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments