Skip to content

Commit 496a112

Browse files
committed
set migration as dangerous
1 parent 29f163a commit 496a112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/sentry/migrations/0632_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", "0631_add_priority_columns_to_groupedmessage"),

0 commit comments

Comments
 (0)