From bf119867e813b43bfb4ff333072863df22dcff75 Mon Sep 17 00:00:00 2001 From: fogelito Date: Mon, 31 Oct 2022 17:17:37 +0200 Subject: [PATCH] change name back to original 'name' 2048 --- app/config/collections.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/collections.php b/app/config/collections.php index 17c7bef354..6fc7ec1e37 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -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], ], [