From 1ca143417c4f1452e66b8d2c3db2dfbe38b9a63a Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Fri, 1 Mar 2024 13:29:10 +0100 Subject: [PATCH] Update app/config/collections.php Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com> --- 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 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],