Skip to content

Commit d1bcda9

Browse files
committed
🔧 chore: bump migration
1 parent ed12987 commit d1bcda9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

migrations_lockfile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ preprod: 0010_actual_drop_preprod_artifact_analysis_file_id_col
2727

2828
replays: 0006_add_bulk_delete_job
2929

30-
sentry: 0949_add_dashboard_widget_snapshot_model
30+
sentry: 0950_safe_del_dswaiver
3131

3232
social_auth: 0003_social_auth_json_field
3333

src/sentry/migrations/0949_safe_del_dswaiver.py renamed to src/sentry/migrations/0950_safe_del_dswaiver.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", "0948_ds_waiver_org_fk_not_db_constr"),
25+
("sentry", "0949_add_dashboard_widget_snapshot_model"),
2626
]
2727

2828
operations = [

0 commit comments

Comments
 (0)