Skip to content

Commit 1751ff4

Browse files
committed
additional dependency in migration
1 parent 2f4deca commit 1751ff4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sentry/replays/migrations/0007_organizationmember_replay_access.py

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

2626
dependencies = [
2727
("replays", "0006_add_bulk_delete_job"),
28+
("sentry", "1011_update_oc_integration_cascade_to_null"),
2829
]
2930

3031
operations = [

0 commit comments

Comments
 (0)