Update app/config/collections.php

Co-authored-by: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com>
This commit is contained in:
Torsten Dittmann
2024-03-01 13:29:10 +01:00
committed by GitHub
co-authored by Steven Nguyen
parent 6f24645c77
commit 1ca143417c
+1 -1
View File
@@ -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],