diff --git a/app/config/collections/platform.php b/app/config/collections/platform.php index 2d50551a2c..9220226b9e 100644 --- a/app/config/collections/platform.php +++ b/app/config/collections/platform.php @@ -2073,21 +2073,21 @@ $platformCollections = [ '$id' => ID::custom('_key_project'), 'type' => Database::INDEX_KEY, 'attributes' => ['projectInternalId'], - 'lengths' => [Database::LENGTH_KEY], - 'orders' => [Database::ORDER_ASC], + 'lengths' => [], + 'orders' => [], ], [ '$id' => ID::custom('_key_project_type'), 'type' => Database::INDEX_KEY, 'attributes' => ['projectInternalId', 'type'], - 'lengths' => [Database::LENGTH_KEY, 64], + 'lengths' => [], 'orders' => [], ], [ '$id' => ID::custom('_key_project_target'), 'type' => Database::INDEX_KEY, 'attributes' => ['projectInternalId', 'targetType', 'target'], - 'lengths' => [Database::LENGTH_KEY, 64, 256], + 'lengths' => [], 'orders' => [], ], ],