mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Merge branch '1.7.x' into lazy-load-relationships
This commit is contained in:
commit
36c4ed1dca
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