Skip to content

Commit

Permalink
set migration as dangerous
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtro committed Jan 17, 2024
1 parent 29f163a commit 496a112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/migrations/0632_apitoken_backfill_last_chars.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Migration(CheckedMigration):
# - Adding indexes to large tables. Since this can take a long time, we'd generally prefer to
# have ops run this and not block the deploy. Note that while adding an index is a schema
# change, it's completely safe to run the operation after the code has deployed.
is_dangerous = False
is_dangerous = True

dependencies = [
("sentry", "0631_add_priority_columns_to_groupedmessage"),
Expand Down

0 comments on commit 496a112

Please sign in to comment.