Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Gitlab-External-Templates
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adri
Gitlab-External-Templates
Commits
f8582136
Commit
f8582136
authored
3 years ago
by
Simon Tomlinson
Committed by
charlie ablett
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix exception calling migration helper
parent
854ead26
Branches
350822-cablett-inline_background_migration_jobs_by_range
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
db/migrate/20220126054011_backfill_project_member_namespace_id.rb
+3
-4
3 additions, 4 deletions
...te/20220126054011_backfill_project_member_namespace_id.rb
with
3 additions
and
4 deletions
db/migrate/20220126054011_backfill_project_member_namespace_id.rb
+
3
−
4
View file @
f8582136
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment