https://github.com/getsentry/sentry/pull/67591 deleted old migrations but didn't update the dependency graph. Not sure how CI can pass here at all at the moment.
@@ -19,7 +19,7 @@ class Migration(CheckedMigration):
is_dangerous = False
dependencies = [
- ("sentry", "0484_break_org_member_user_fk"),
+ ("sentry", "0001_squashed_0484_break_org_member_user_fk"),
]
operations = [