Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
8 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type",!7344Issue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update...,!6922Issue #3412959 by quietone, smustgrave, longwave: Fix 12 'un' words,!6848Issue #3417553 by longwave: Remove withConsecutive() in CacheCollectorTest
Pipeline #106082 passed
Pipeline: drupal

#106107

    Pipeline: drupal

    #106102

      Pipeline: drupal

      #106098

        +1
        ......@@ -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
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment