Skip to content

Commit 159b913

Browse files
Revert "feat(seer): Add night shift run tracking models (#112712)"
This reverts commit e11181e. Co-authored-by: trevor-e <1447798+trevor-e@users.noreply.github.com>
1 parent 7b31e0a commit 159b913

File tree

5 files changed

+1
-159
lines changed

5 files changed

+1
-159
lines changed

migrations_lockfile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ releases: 0004_cleanup_failed_safe_deletes
2929

3030
replays: 0007_organizationmember_replay_access
3131

32-
seer: 0006_add_night_shift_models
32+
seer: 0005_delete_seerorganizationsettings
3333

3434
sentry: 1066_add_export_format_in_data_export_obj
3535

src/sentry/deletions/defaults/group.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
from sentry.models.grouphashmetadata import GroupHashMetadata
2929
from sentry.models.rulefirehistory import RuleFireHistory
3030
from sentry.notifications.models.notificationmessage import NotificationMessage
31-
from sentry.seer.models.night_shift import SeerNightShiftRunIssue
3231
from sentry.services.eventstore.models import Event
3332
from sentry.snuba.dataset import Dataset
3433
from sentry.tasks.seer.delete_seer_grouping_records import (
@@ -96,7 +95,6 @@
9695
models.UserReport,
9796
models.EventAttachment,
9897
NotificationMessage,
99-
SeerNightShiftRunIssue,
10098
)
10199
_GROUP_RELATED_MODELS = DIRECT_GROUP_RELATED_MODELS + ADDITIONAL_GROUP_RELATED_MODELS
102100

src/sentry/seer/migrations/0006_add_night_shift_models.py

Lines changed: 0 additions & 100 deletions
This file was deleted.

src/sentry/seer/models/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
from .night_shift import * # NOQA
21
from .project_repository import * # NOQA
32
from .seer_api_models import * # NOQA

src/sentry/seer/models/night_shift.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)