Skip to content

Commit f3cd9c3

Browse files
authored
fix(crons): add sentry dependency to backfill migration (#97427)
We were unable to fetch the sentry migration models.
1 parent ce7e6df commit f3cd9c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/monitors/migrations/0008_fix_processing_error_keys.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ class Migration(CheckedMigration):
213213

214214
dependencies = [
215215
("monitors", "0007_monitors_json_field"),
216+
("sentry", "0964_add_commitcomparison_table"),
216217
]
217218

218219
operations = [

0 commit comments

Comments
 (0)