mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
Fix missing array flag on migration errors response model rule
This commit is contained in:
parent
c0f44537cd
commit
d1502029d1
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ class Migration extends Model
|
|||
->addRule('errors', [
|
||||
'type' => self::TYPE_STRING,
|
||||
'description' => 'All errors that occurred during the migration process.',
|
||||
'array' => true,
|
||||
'default' => [],
|
||||
'example' => [],
|
||||
])
|
||||
|
|
|
|||
Loading…
Reference in a new issue