From 3c5cac7655985583ddd2ed64a84bbae2f3d5d703 Mon Sep 17 00:00:00 2001 From: Grzegorz Bizon Date: Fri, 27 Apr 2018 12:18:07 +0000 Subject: [PATCH] Update 20180420080616_schedule_stages_index_migration.rb --- .../20180420080616_schedule_stages_index_migration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!