Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2017-09-08 04:50:03 +0300
committerMichael Kozono <mkozono@gmail.com>2017-09-15 00:17:23 +0300
commitf1e963bd89e737868a3a49358d714a288738c2e8 (patch)
treef6dabb0d992f24eef6ce23f40781a797e8f0bc5b /db
parentbedcb7f43ddb8d6e2cce9424e3d988fe1d5a7cc8 (diff)
Add specs for deleting conflicting redirects
Diffstat (limited to 'db')
-rw-r--r--db/post_migrate/20170907170235_delete_conflicting_redirect_routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/post_migrate/20170907170235_delete_conflicting_redirect_routes.rb b/db/post_migrate/20170907170235_delete_conflicting_redirect_routes.rb
index 4111c884c28..73bb4603eb6 100644
--- a/db/post_migrate/20170907170235_delete_conflicting_redirect_routes.rb
+++ b/db/post_migrate/20170907170235_delete_conflicting_redirect_routes.rb
@@ -7,7 +7,7 @@ class DeleteConflictingRedirectRoutes < ActiveRecord::Migration
DOWNTIME = false
BATCH_SIZE = 1000 # Number of rows to process per job
JOB_BUFFER_SIZE = 1000 # Number of jobs to bulk queue at a time
- MIGRATION = 'DeleteConflictingRedirectRoutes'.freeze
+ MIGRATION = 'DeleteConflictingRedirectRoutesRange'.freeze
disable_ddl_transaction!