summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/post_migrate/20180420080616_schedule_stages_index_migration.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20180420080616_schedule_stages_index_migration.rb b/db/post_migrate/20180420080616_schedule_stages_index_migration.rb
index 14c67c52e2e..1d0daad002f 100644
--- a/db/post_migrate/20180420080616_schedule_stages_index_migration.rb
+++ b/db/post_migrate/20180420080616_schedule_stages_index_migration.rb
@@ -3,7 +3,7 @@ class ScheduleStagesIndexMigration < ActiveRecord::Migration
DOWNTIME = false
MIGRATION = 'MigrateStageIndex'.freeze
- BATCH_SIZE = 8000
+ BATCH_SIZE = 10000
disable_ddl_transaction!