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' => [], ],