mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
Merge remote-tracking branch 'origin/lazy-load-relationships' into lazy-load-relationships
This commit is contained in:
commit
5ba363b787
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