From 9e8cedeef3ea3bdbfc3e900b85e8c7c2fbabb8a2 Mon Sep 17 00:00:00 2001 From: Shinya Maeda Date: Thu, 7 Jun 2018 20:25:35 +0900 Subject: additional commit --- app/workers/background_migration_worker.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1