From 06bf26682e79fefc005f44af6fd95d19e5af9801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Mon, 12 May 2025 17:33:21 +0200 Subject: [PATCH] Fix index --- app/config/collections/projects.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/collections/projects.php b/app/config/collections/projects.php index 4c23146b0b..fb090099f5 100644 --- a/app/config/collections/projects.php +++ b/app/config/collections/projects.php @@ -1803,9 +1803,9 @@ return [ 'orders' => [Database::ORDER_ASC], ], [ - '$id' => ID::custom('_key_resourceId_resourceType__id'), + '$id' => ID::custom('_key_resourceId_resourceType'), 'type' => Database::INDEX_KEY, - 'attributes' => ['resourceId', 'resourceType', '_id'], + 'attributes' => ['resourceId', 'resourceType'], 'lengths' => [], 'orders' => [], ],