Skip to content

Commit 395266b

Browse files
committed
update migration deps
1 parent 23a2eac commit 395266b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sentry/migrations/1114_add_sentryapp_webhook_headers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Migration(CheckedMigration):
2222
is_post_deployment = False
2323

2424
dependencies = [
25-
("sentry", "1109_add_group_action_log_entry"),
25+
("sentry", "1113_extend_repository_name_length"),
2626
]
2727

2828
operations = [

0 commit comments

Comments
 (0)