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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-02-16 00:09:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-16 00:09:06 +0300
commit6505e8ec12b203dc380186e7eb6916397caca1f4 (patch)
tree9b250172f693c5ff4a641849538c92d1c13d9d0a /lib/gitlab/database
parentc54e7283c976bf7f4394e3270a28e34655275275 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/database')
-rw-r--r--lib/gitlab/database/migrations/test_batched_background_runner.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/database/migrations/test_batched_background_runner.rb b/lib/gitlab/database/migrations/test_batched_background_runner.rb
index 3063430091d..01fdba22c19 100644
--- a/lib/gitlab/database/migrations/test_batched_background_runner.rb
+++ b/lib/gitlab/database/migrations/test_batched_background_runner.rb
@@ -53,6 +53,7 @@ module Gitlab
migration.column_name,
batch_min_value: batch_start,
batch_size: migration.batch_size,
+ job_class: migration.job_class,
job_arguments: migration.job_arguments
)