Skip to content
Snippets Groups Projects
Commit 7beb999e authored by catch's avatar catch
Browse files

Issue #3412658 by benjifisher: Term migrations should set revision IDs

parent e3fab520
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,9 @@ source:
plugin: d6_taxonomy_term
process:
# If you are using this file to build a custom migration consider removing
# the tid field to allow incremental migrations.
# the tid and revision_id fields to allow incremental migrations.
tid: tid
revision_id: tid
vid:
plugin: migration_lookup
migration: d6_taxonomy_vocabulary
......
......@@ -9,8 +9,9 @@ source:
plugin: d7_taxonomy_term
process:
# If you are using this file to build a custom migration consider removing
# the tid field to allow incremental migrations.
# the tid and revision_id fields to allow incremental migrations.
tid: tid
revision_id: tid
vid:
plugin: migration_lookup
migration: d7_taxonomy_vocabulary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment