Skip to content
Snippets Groups Projects
Commit f8582136 authored by Simon Tomlinson's avatar Simon Tomlinson Committed by charlie ablett
Browse files

fix exception calling migration helper

parent 854ead26
No related merge requests found
......@@ -8,12 +8,11 @@ class BackfillProjectMemberNamespaceId < Gitlab::Database::Migration[1.0]
def up
inline_background_migration_jobs_by_range(
Member,
MIGRATION,
:members,
:id,
job_interval: INTERVAL,
INTERVAL,
batch_size: BATCH_SIZE,
sub_batch_size: SUB_BATCH_SIZE
other_job_arguments: [:members, :id, SUB_BATCH_SIZE, 0]
)
end
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment