Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
merge conflicts
  • Loading branch information
shruthilayaj committed Jul 15, 2025
commit 4fc728a61c70eaefaa7d82b0306405d1641f66a8
2 changes: 1 addition & 1 deletion migrations_lockfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ preprod: 0010_actual_drop_preprod_artifact_analysis_file_id_col

replays: 0006_add_bulk_delete_job

sentry: 0948_add_dashboard_widget_snapshot_model
sentry: 0949_add_dashboard_widget_snapshot_model

social_auth: 0003_social_auth_json_field

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 5.2.1 on 2025-07-14 15:25
# Generated by Django 5.2.1 on 2025-07-15 15:03

import django.db.models.deletion
from django.db import migrations
Expand All @@ -25,7 +25,7 @@ class Migration(CheckedMigration):
is_post_deployment = False

dependencies = [
("sentry", "0947_add_dashboard_last_visited_model"),
("sentry", "0948_ds_waiver_org_fk_not_db_constr"),
]

operations = [
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.