From f8f54271d13f47ecc8c379457b30f0c4511bd6ac Mon Sep 17 00:00:00 2001 From: Khushboo Verma <43381712+vermakhushboo@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:39:38 +0530 Subject: [PATCH] Fix execution indexes --- 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 0b37f9cade..a3698291c2 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -2945,11 +2945,11 @@ $projectCollections = array_merge([ '$id' => ID::custom('_key_requestPath'), 'type' => Database::INDEX_KEY, 'attributes' => ['requestPath'], - 'lengths' => [Database::LENGTH_KEY], + 'lengths' => [2048], 'orders' => [Database::ORDER_ASC], ], [ - '$id' => ID::custom('_key_deploymentId'), + '$id' => ID::custom('_key_deployment'), 'type' => Database::INDEX_KEY, 'attributes' => ['deploymentId'], 'lengths' => [Database::LENGTH_KEY],