1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

change name back to original 'name' 2048

This commit is contained in:
fogelito 2022-10-31 17:17:37 +02:00
parent 1e92bda18b
commit bf119867e8

View file

@ -2076,7 +2076,7 @@ $collections = [
'$id' => ID::custom('name'),
'type' => Database::VAR_STRING,
'format' => '',
'size' => 128,
'size' => 2048,
'signed' => true,
'required' => false,
'default' => null,
@ -2216,7 +2216,7 @@ $collections = [
'$id' => ID::custom('_key_name'),
'type' => Database::INDEX_KEY,
'attributes' => ['name'],
'lengths' => [],
'lengths' => [768],
'orders' => [Database::ORDER_ASC],
],
[