Skip to content

Commit 36650e4

Browse files
make migration not dangerous
1 parent e456619 commit 36650e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/migrations/0577_drop_latest_incident_index.py

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

2121
dependencies = [
2222
("sentry", "0576_add_missing_org_integration_scope"),

0 commit comments

Comments
 (0)