summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-06-07 20:25:35 +0900
committerShinya Maeda <shinya@gitlab.com>2018-06-07 20:25:35 +0900
commit9e8cedeef3ea3bdbfc3e900b85e8c7c2fbabb8a2 (patch)
treee390112fcc215d9d0b690724f1acb9f2def2c87f
parenta520f887a6a1eb9c33a7b1f4f52b6623847458ec (diff)
downloadgitlab-ce-shinya-test-branch-2.tar.gz
additional commitshinya-test-branch-2
-rw-r--r--app/workers/background_migration_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/background_migration_worker.rb b/app/workers/background_migration_worker.rb
index 911ef33fd13..814e1af6369 100644
--- a/app/workers/background_migration_worker.rb
+++ b/app/workers/background_migration_worker.rb
@@ -16,7 +16,7 @@ class BackgroundMigrationWorker
# class_name - The class name of the background migration to run.
# arguments - The arguments to pass to the migration class.
def perform(class_name, arguments = [])
- should_perform, ttl = perform_and_ttl(class_name)aaaaaaaaaa
+ should_perform, ttl = perform_and_ttl(class_name)bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb
if should_perform
Gitlab::BackgroundMigration.perform(class_name, arguments)