mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
update: response modal.
This commit is contained in:
parent
46c755336c
commit
12f8374378
1 changed files with 2 additions and 2 deletions
|
|
@ -29,9 +29,9 @@ class MigrationReport extends Model
|
|||
'default' => 0,
|
||||
'example' => 20,
|
||||
])
|
||||
->addRule(Resource::TYPE_DOCUMENT, [
|
||||
->addRule(Resource::TYPE_ROW, [
|
||||
'type' => self::TYPE_INTEGER,
|
||||
'description' => 'Number of documents to be migrated.',
|
||||
'description' => 'Number of rows to be migrated.',
|
||||
'default' => 0,
|
||||
'example' => 20,
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue