3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Enable entity validation for area, asset, log, plan, and taxonomy term migrations.

This commit is contained in:
Michael Stenta 2021-09-14 13:28:04 -04:00
parent c4432b29e4
commit fc51877a89
5 changed files with 10 additions and 0 deletions

View file

@ -10,6 +10,8 @@ description: 'Migrates areas from farmOS 1.x to farmOS 2.x'
source_type: 'farmOS 1.x'
module: null
shared_configuration:
destination:
validate: true
process:
name:
plugin: get

View file

@ -10,6 +10,8 @@ description: 'Migrates assets from farmOS 1.x to farmOS 2.x'
source_type: 'farmOS 1.x'
module: null
shared_configuration:
destination:
validate: true
process:
name:
plugin: get

View file

@ -10,6 +10,8 @@ description: 'Migrates logs from farmOS 1.x to farmOS 2.x'
source_type: 'farmOS 1.x'
module: null
shared_configuration:
destination:
validate: true
process:
name:
plugin: get

View file

@ -10,6 +10,8 @@ description: 'Migrates plans from farmOS 1.x to farmOS 2.x'
source_type: 'farmOS 1.x'
module: null
shared_configuration:
destination:
validate: true
process:
name:
plugin: get

View file

@ -10,6 +10,8 @@ description: 'Migrates taxonomy terms from farmOS 1.x to farmOS 2.x'
source_type: 'farmOS 1.x'
module: null
shared_configuration:
destination:
validate: true
process:
name:
plugin: get