mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Merge branch '1.7.x' into fix-add-type-to-create-duplicate-deployment
This commit is contained in:
commit
dc569317d3
1 changed files with 1 additions and 1 deletions
|
|
@ -1372,7 +1372,7 @@ return [
|
|||
'$id' => ID::custom('type'),
|
||||
'type' => Database::VAR_STRING,
|
||||
'format' => '',
|
||||
'size' => 32,
|
||||
'size' => 2048,
|
||||
'signed' => true,
|
||||
'required' => true,
|
||||
'default' => null,
|
||||
|
|
|
|||
Loading…
Reference in a new issue