1
0
Fork 0
mirror of synced 2024-08-31 01:41:15 +12:00

Fix execution indexes

This commit is contained in:
Khushboo Verma 2024-02-29 18:39:38 +05:30
parent c105cfda1a
commit f8f54271d1

View file

@ -2945,11 +2945,11 @@ $projectCollections = array_merge([
'$id' => ID::custom('_key_requestPath'), '$id' => ID::custom('_key_requestPath'),
'type' => Database::INDEX_KEY, 'type' => Database::INDEX_KEY,
'attributes' => ['requestPath'], 'attributes' => ['requestPath'],
'lengths' => [Database::LENGTH_KEY], 'lengths' => [2048],
'orders' => [Database::ORDER_ASC], 'orders' => [Database::ORDER_ASC],
], ],
[ [
'$id' => ID::custom('_key_deploymentId'), '$id' => ID::custom('_key_deployment'),
'type' => Database::INDEX_KEY, 'type' => Database::INDEX_KEY,
'attributes' => ['deploymentId'], 'attributes' => ['deploymentId'],
'lengths' => [Database::LENGTH_KEY], 'lengths' => [Database::LENGTH_KEY],