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

(cherry picked from commit 7beb999e4b)
merge-requests/6829/head
catch 2024-02-28 14:52:33 +00:00
parent a23b6d6768
commit 6c5b3b475a
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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