Merge branch '1.7.x' into update-tokens

This commit is contained in:
Darshan 2025-05-13 17:27:56 +05:30
commit e4ea29ddf6
2 changed files with 2 additions and 2 deletions

View file

@ -1420,7 +1420,7 @@ return [
[
'$id' => ID::custom('_key_piid_riid_rt'),
'type' => Database::INDEX_KEY,
'attributes' => ['projectInternalId', 'resourceInternalId', 'resourceType'],
'attributes' => ['projectInternalId', 'deploymentInternalId', 'deploymentResourceType'],
'lengths' => [],
'orders' => [],
],

View file

@ -2083,7 +2083,7 @@ return [
[
'$id' => ID::custom('_key_function_internal_id'),
'type' => Database::INDEX_KEY,
'attributes' => ['functionInternalId'],
'attributes' => ['resourceInternalId'],
'lengths' => [],
'orders' => [],
],