diff --git a/core/modules/taxonomy/migration_templates/d6_term_node.yml b/core/modules/taxonomy/migration_templates/d6_term_node.yml index b796fc6..63aec85 100644 --- a/core/modules/taxonomy/migration_templates/d6_term_node.yml +++ b/core/modules/taxonomy/migration_templates/d6_term_node.yml @@ -6,8 +6,6 @@ deriver: Drupal\taxonomy\Plugin\migrate\D6TermNodeDeriver source: plugin: d6_term_node process: - # If you are using this file to build a custom migration consider removing - # the nid field to allow incremental migrations. nid: - plugin: migration diff --git a/core/modules/user/migration_templates/d6_profile_values.yml b/core/modules/user/migration_templates/d6_profile_values.yml index b2f2f1e..7d4fbdd 100644 --- a/core/modules/user/migration_templates/d6_profile_values.yml +++ b/core/modules/user/migration_templates/d6_profile_values.yml @@ -10,8 +10,6 @@ source: load: plugin: drupal_entity process: - # If you are using this file to build a custom migration consider removing - # the uid field to allow incremental migrations. uid: uid destination: plugin: entity:user diff --git a/core/modules/user/migration_templates/d6_user_contact_settings.yml b/core/modules/user/migration_templates/d6_user_contact_settings.yml index 8d6ec89..0d9a228 100644 --- a/core/modules/user/migration_templates/d6_user_contact_settings.yml +++ b/core/modules/user/migration_templates/d6_user_contact_settings.yml @@ -8,8 +8,6 @@ source: key: contact module: contact process: - # If you are using this file to build a custom migration consider removing - # the uid field to allow incremental migrations. uid: uid key: 'constants/key' module: 'constants/module'