From b552d052da23c2a8cf78166efc73e8a2655c64f2 Mon Sep 17 00:00:00 2001 From: Khushboo Verma <43381712+vermakhushboo@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:51:13 +0530 Subject: [PATCH] Update index length --- app/config/collections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections.php b/app/config/collections.php index 1da808a58b..283328048d 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -2945,7 +2945,7 @@ $projectCollections = array_merge([ '$id' => ID::custom('_key_requestPath'), 'type' => Database::INDEX_KEY, 'attributes' => ['requestPath'], - 'lengths' => [], + 'lengths' => [Database::LENGTH_KEY], 'orders' => [Database::ORDER_ASC], ], [