Skip to content

Commit e7f3c54

Browse files
committed
put dependency back - lmk if unnecessary
1 parent e05df16 commit e7f3c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/workflow_engine/migrations/0099_backfill_metric_issue_detectorgroup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class Migration(CheckedMigration):
136136
is_post_deployment = True
137137

138138
dependencies = [
139-
# ("sentry", "1003_group_history_prev_history_safe_removal"),
139+
("sentry", "1003_group_history_prev_history_safe_removal"),
140140
("workflow_engine", "0098_detectorgroup_detector_set_null"),
141141
]
142142

0 commit comments

Comments
 (0)