Skip to content

Commit 32ee72c

Browse files
committed
set migration as dangerous
1 parent 8ef7d58 commit 32ee72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/migrations/0631_apitoken_backfill_last_chars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class Migration(CheckedMigration):
2727
# - Adding indexes to large tables. Since this can take a long time, we'd generally prefer to
2828
# have ops run this and not block the deploy. Note that while adding an index is a schema
2929
# change, it's completely safe to run the operation after the code has deployed.
30-
is_dangerous = False
30+
is_dangerous = True
3131

3232
dependencies = [
3333
("sentry", "0630_better_monitor_latest_index"),

0 commit comments

Comments
 (0)