Skip to content

Commit

Permalink
make this a post deployment migration since it will affect every project
Browse files Browse the repository at this point in the history
  • Loading branch information
saponifi3d committed Apr 29, 2024
1 parent 4838da9 commit 5727491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/migrations/0707_project_template_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Migration(CheckedMigration):
# is a schema change, it's completely safe to run the operation after the code has deployed.
# Once deployed, run these manually via: https://develop.sentry.dev/database-migrations/#migration-deployment

is_post_deployment = False
is_post_deployment = True

dependencies = [
("sentry", "0706_grouphistory_userteam_backfill"),
Expand Down

0 comments on commit 5727491

Please sign in to comment.