Skip to content
Snippets Groups Projects

Migrate project_release_supported_versions table

All threads resolved!
Files
2
id: drupalorg_migrate_project_release_supported_versions
label: 'Drupal.org Project supported versions Data'
migration_group: drupalorg_migrate
source:
plugin: table
batch_size: 1000
track_changes: true
table_name: project_release_supported_versions
id_fields:
nid:
type: integer
branch:
type: text
fields:
nid: nid
branch: branch
supported: supported
recommended_release: recommended_release
latest_release: latest_release
latest_security_release: latest_security_release
destination:
plugin: table
# Table which is installed in hook schema.
table_name: drupalorg_project_release_supported_versions
id_fields:
nid:
type: integer
branch:
type: text
fields:
nid: nid
branch: branch
supported: supported
recommended_release: recommended_release
latest_release: latest_release
latest_security_release: latest_security_release
process:
nid:
plugin: migration_lookup
migration:
- drupalorg_migrate_project_module
- drupalorg_migrate_project_theme
- drupalorg_migrate_project_distribution
- drupalorg_migrate_project_drupalorg
- drupalorg_migrate_project_theme_engine
- drupalorg_migrate_project_core
- drupalorg_migrate_project_translation
source: nid
no_stub: true
branch: branch
supported: supported
recommended_release:
plugin: migration_lookup
migration:
- drupalorg_migrate_project_release
source: recommended_release
no_stub: true
latest_release:
plugin: migration_lookup
migration:
- drupalorg_migrate_project_release
source: latest_release
no_stub: true
latest_security_release:
plugin: migration_lookup
migration:
- drupalorg_migrate_project_release
source: latest_security_release
no_stub: true
migration_dependencies:
required:
- drupalorg_migrate_project_module
- drupalorg_migrate_project_theme
- drupalorg_migrate_project_distribution
- drupalorg_migrate_project_drupalorg
- drupalorg_migrate_project_theme_engine
- drupalorg_migrate_project_core
- drupalorg_migrate_project_translation
dependencies:
enforced:
module:
- drupalorg_migrate
Loading