Rename farm_migrate_reference group to farm_migrate_asset_parent.

This commit is contained in:
Michael Stenta 2021-09-14 20:37:29 -04:00
parent 44a14b5422
commit 14bb01e681
4 changed files with 6 additions and 6 deletions

View File

@ -61,7 +61,7 @@ Follow the steps below to migrate your farmOS 1.x data to farmOS 2.x:
assets. This migration cannot be rolled back (see
[Issue #3189740](https://www.drupal.org/project/farm/issues/3189740)):
drush migrate:import --group=farm_migrate_reference
drush migrate:import --group=farm_migrate_asset_parent
To view the status of all farmOS 1.x migrations:

View File

@ -7,7 +7,7 @@ dependencies:
- farm_migrate
id: farm_migrate_area_field_parent
label: 'Area parent references'
migration_group: farm_migrate_reference
migration_group: farm_migrate_asset_parent
migration_tags:
- 'Drupal 7'
- 'farmOS 1.x'

View File

@ -7,7 +7,7 @@ dependencies:
- farm_migrate
id: farm_migrate_asset_field_parent
label: 'Asset parent references'
migration_group: farm_migrate_reference
migration_group: farm_migrate_asset_parent
migration_tags:
- 'Drupal 7'
- 'farmOS 1.x'

View File

@ -4,9 +4,9 @@ dependencies:
enforced:
module:
- farm_migrate
id: farm_migrate_reference
label: 'farmOS 1.x References Migration'
description: 'Migrates asset references from farmOS 1.x to farmOS 2.x'
id: farm_migrate_asset_parent
label: 'farmOS 1.x Asset Parents'
description: 'Migrates asset parent references from farmOS 1.x to farmOS 2.x'
source_type: 'farmOS 1.x'
module: null
shared_configuration: null