1
0
Fork 0
mirror of synced 2024-07-18 21:06:22 +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'),
'type' => Database::INDEX_KEY,
'attributes' => ['requestPath'],
'lengths' => [Database::LENGTH_KEY],
'lengths' => [2048],
'orders' => [Database::ORDER_ASC],
],
[
'$id' => ID::custom('_key_deploymentId'),
'$id' => ID::custom('_key_deployment'),
'type' => Database::INDEX_KEY,
'attributes' => ['deploymentId'],
'lengths' => [Database::LENGTH_KEY],