Flatten all threads in the comments
This commit is contained in:
parent
54c3ac9b46
commit
45731ed90f
1 changed files with 3 additions and 9 deletions
|
@ -6,16 +6,10 @@ source:
|
||||||
constants:
|
constants:
|
||||||
entity_type: node
|
entity_type: node
|
||||||
comment_type: comment
|
comment_type: comment
|
||||||
|
default_pid: 0
|
||||||
process:
|
process:
|
||||||
pid:
|
# All the threads are going to be flatten.
|
||||||
-
|
pid: 'constants/default_pid'
|
||||||
plugin: migration_lookup_with_zero
|
|
||||||
migration: agaric_comment
|
|
||||||
source: pid
|
|
||||||
no_stub: true
|
|
||||||
-
|
|
||||||
plugin: default_value
|
|
||||||
method: 0
|
|
||||||
entity_id:
|
entity_id:
|
||||||
-
|
-
|
||||||
plugin: migration_lookup
|
plugin: migration_lookup
|
||||||
|
|
Loading…
Reference in a new issue