Skip to content

Commit

Permalink
fix(migrations): Mark group message migration as dangerous (#78983)
Browse files Browse the repository at this point in the history
This migration took down sentry due to our statement timeouts failing.
Marking it dangerous for now so that we can resume deploys.

<!-- Describe your PR here. -->
  • Loading branch information
wedamija authored Oct 10, 2024
1 parent b5aad14 commit 9d14bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/migrations/0776_drop_group_score_in_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Migration(CheckedMigration):
# is a schema change, it's completely safe to run the operation after the code has deployed.
# Once deployed, run these manually via: https://develop.sentry.dev/database-migrations/#migration-deployment

is_post_deployment = False
is_post_deployment = True

dependencies = [
("sentry", "0775_add_dashboard_permissions_model"),
Expand Down

0 comments on commit 9d14bd3

Please sign in to comment.