Issue #3412658 by benjifisher: Term migrations should set revision IDs
(cherry picked from commit 7beb999e4b
)
merge-requests/6829/head
parent
a23b6d6768
commit
6c5b3b475a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue