Commit c89eb275 authored by catch's avatar catch
Browse files

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

(cherry picked from commit 7beb999e)
parent f9d3970b
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
+2 −1
Original line number Diff line number Diff line
@@ -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