add: resourceId for csv.

This commit is contained in:
Darshan 2025-04-17 16:39:02 +05:30
parent d8e5a97266
commit c294386e17

View file

@ -59,6 +59,13 @@ class Migration extends Model
'example' => ['user'],
'array' => true
])
->addRule('resourceId', [
'type' => self::TYPE_STRING,
'description' => 'Id of the resource to migrate.',
'default' => '',
'example' => 'databaseId:collectionId',
'array' => false
])
->addRule('statusCounters', [
'type' => self::TYPE_JSON,
'description' => 'A group of counters that represent the total progress of the migration.',