d7_to_d10_migration/drupal10/ref_migrations/migrate_plus.migration.upgrade_d7_node_revision_article.yml
Mauricio Dinarte f4bd2062fa Add generated migrations
Migrations created with the migrate_upgrade module using the command

```
drush --yes migrate:upgrade
  --legacy-db-key='migrate'
  --legacy-root='http://ddev-migration-drupal7-web'
  --configure-only
```
2024-07-22 21:38:36 -06:00

108 lines
1.9 KiB
YAML

uuid: 916822d6-65fd-41ff-8991-3db570c4b730
langcode: en
status: true
dependencies: { }
id: upgrade_d7_node_revision_article
class: Drupal\migrate\Plugin\Migration
field_plugin_method: null
cck_plugin_method: null
migration_tags:
- 'Drupal 7'
- Content
migration_group: migrate_drupal_7
label: 'Node revisions (Article)'
source:
plugin: d7_node_revision
node_type: article
process:
nid:
-
plugin: get
source: nid
vid:
-
plugin: get
source: vid
langcode:
-
plugin: default_value
source: language
default_value: und
title:
-
plugin: get
source: title
uid:
-
plugin: get
source: node_uid
status:
-
plugin: get
source: status
created:
-
plugin: get
source: created
changed:
-
plugin: get
source: changed
promote:
-
plugin: get
source: promote
sticky:
-
plugin: get
source: sticky
revision_uid:
-
plugin: get
source: revision_uid
revision_log:
-
plugin: get
source: log
revision_timestamp:
-
plugin: get
source: timestamp
comment_node_article/0/status:
-
plugin: get
source: comment
body:
-
plugin: get
source: body
field_tags:
-
plugin: sub_process
source: field_tags
process:
target_id: tid
field_image:
-
plugin: sub_process
source: field_image
process:
target_id: fid
alt: alt
title: title
width: width
height: height
destination:
plugin: 'entity_revision:node'
default_bundle: article
migration_dependencies:
required:
- upgrade_d7_node_article
- upgrade_d7_node_event
- upgrade_d7_node_page
- upgrade_d7_node_session
- upgrade_d7_node_speaker
- upgrade_d7_node_sponsor
- upgrade_d7_node_swag
- upgrade_d7_node_venue
optional: { }