diff --git a/app/config/collections/common.php b/app/config/collections/common.php index f68400e226..a19e3ca98f 100644 --- a/app/config/collections/common.php +++ b/app/config/collections/common.php @@ -2627,13 +2627,6 @@ return [ 'attributes' => ['chunksUploaded'], 'lengths' => [], 'orders' => [Database::ORDER_ASC], - ], - [ - '$id' => ID::custom('_key_transformedAt'), - 'type' => Database::INDEX_KEY, - 'attributes' => ['transformedAt'], - 'lengths' => [], - 'orders' => [], ] ] ],