mirror of
https://github.com/appwrite/appwrite
synced 2026-05-14 04:28:24 +00:00
Improve DB schema
This commit is contained in:
parent
98989d77a2
commit
4226e92387
1 changed files with 2 additions and 2 deletions
|
|
@ -5421,7 +5421,7 @@ $consoleCollections = array_merge([
|
|||
'$id' => ID::custom('personalAccessToken'),
|
||||
'type' => Database::VAR_STRING,
|
||||
'format' => '',
|
||||
'size' => 16384,
|
||||
'size' => 256,
|
||||
'signed' => true,
|
||||
'required' => false,
|
||||
'default' => null,
|
||||
|
|
@ -5443,7 +5443,7 @@ $consoleCollections = array_merge([
|
|||
'$id' => ID::custom('personalRefreshToken'),
|
||||
'type' => Database::VAR_STRING,
|
||||
'format' => '',
|
||||
'size' => 16384,
|
||||
'size' => 256,
|
||||
'signed' => true,
|
||||
'required' => false,
|
||||
'default' => null,
|
||||
|
|
|
|||
Loading…
Reference in a new issue