Fix invalid index

This commit is contained in:
Matej Bačo
2025-12-19 16:11:43 +01:00
parent d45d27b780
commit c69382f29f
+2 -2
View File
@@ -723,9 +723,9 @@ return [
],
'indexes' => [
[
'$id' => ID::custom('_key_project'),
'$id' => ID::custom('_key_resource'),
'type' => Database::INDEX_KEY,
'attributes' => ['projectInternalId'],
'attributes' => ['resourceType', 'resourceInternalId'],
'lengths' => [Database::LENGTH_KEY],
'orders' => [Database::ORDER_ASC],
],