Remove the VID from the nodes, no need to consider them.
If a node was edited the VID won't match anymore with what we have in the source, breaking the migration, so we let drupal handle the revision instead to update the value
This commit is contained in:
parent
7b0ff5e881
commit
964f541a08
1 changed files with 4 additions and 4 deletions
|
@ -18,10 +18,10 @@ process:
|
|||
-
|
||||
plugin: get
|
||||
source: tnid
|
||||
vid:
|
||||
-
|
||||
plugin: get
|
||||
source: vid
|
||||
# vid:
|
||||
# -
|
||||
# plugin: get
|
||||
# source: vid
|
||||
langcode:
|
||||
-
|
||||
plugin: default_value
|
||||
|
|
Loading…
Add table
Reference in a new issue