Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupalorg_migrate
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupalorg_migrate
Merge requests
!12
Add migations for the Fingerprint and Registration IP text fields.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add migations for the Fingerprint and Registration IP text fields.
issue/drupalorg_migrate-3484748:3484748-user-text-fields
into
1.0.x
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Kelsey Bentham
requested to merge
issue/drupalorg_migrate-3484748:3484748-user-text-fields
into
1.0.x
5 months ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
Closes
#3484748
To test:
refresh the migrations composer migrate-refresh
reset the last updated variable drush state:set drupalorg_migrate.drupalorg_migrate_users_last_record 0 --input-format=integer
run the user migration drush mim drupalorg_migrate_users
0
0
Merge request reports
Compare
1.0.x
version 1
151f8c02
5 months ago
1.0.x (base)
and
latest version
latest version
151f8c02
1 commit,
5 months ago
version 1
151f8c02
1 commit,
5 months ago
1 file
+
2
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
migrations/drupalorg_migrate_users.yml
+
2
−
0
Options
@@ -145,6 +145,8 @@ process:
@@ -145,6 +145,8 @@ process:
-
plugin
:
extract
-
plugin
:
extract
index
:
index
:
-
revision_id
-
revision_id
field_fingerprint
:
field_fingerprint
field_reported_registration_ip
:
field_reported_registration_ip
migration_dependencies
:
migration_dependencies
:
required
:
required
:
Loading