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 8ef7d58 commit 32ee72cCopy full SHA for 32ee72c
src/sentry/migrations/0631_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", "0630_better_monitor_latest_index"),
0 commit comments