diff --git a/app/config/collections.php b/app/config/collections.php index be519553fc..97c4b31e33 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -598,7 +598,7 @@ $commonCollections = [ ], 'indexes' => [ [ - '$id' => ID::custom('_key_user'), + '$id' => ID::custom('_key_userInternalId'), 'type' => Database::INDEX_KEY, 'attributes' => ['userInternalId'], 'lengths' => [Database::LENGTH_KEY],