Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
batch_import
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
batch_import
Merge requests
!3
Tech 421 annotation fix
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Tech 421 annotation fix
tech-421-annotation-fix
into
1.0.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Tech 421 annotation fix
Kelly
requested to merge
tech-421-annotation-fix
into
1.0.x
Feb 24, 2023
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
1.0.x
version 1
2e665601
Feb 24, 2023
1.0.x (base)
and
latest version
latest version
2e665601
1 commit,
Feb 24, 2023
version 1
2e665601
4 commits,
Feb 24, 2023
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Annotation/BatchMigration.php
+
2
−
2
View file @ 2e665601
Edit in single-file editor
Open in Web IDE
Show full file
@@ -33,11 +33,11 @@ class BatchMigration extends Plugin {
public
$name
;
/**
* What
type of
migration, defaults to basic.
* What
processor to use for
migration, defaults to basic.
*
* @var string
*/
public
$
type
;
public
$
processor
;
/**
* The source database used for the migration.
Loading