We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f163a commit 496a112Copy full SHA for 496a112
1 file changed
src/sentry/migrations/0632_apitoken_backfill_last_chars.py
@@ -27,7 +27,7 @@ class Migration(CheckedMigration):
27
# - Adding indexes to large tables. Since this can take a long time, we'd generally prefer to
28
# have ops run this and not block the deploy. Note that while adding an index is a schema
29
# change, it's completely safe to run the operation after the code has deployed.
30
- is_dangerous = False
+ is_dangerous = True
31
32
dependencies = [
33
("sentry", "0631_add_priority_columns_to_groupedmessage"),
0 commit comments