From df0257870254f91e43bfefff8070571fec50ff2d Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Wed, 29 Jan 2025 07:26:29 +0000 Subject: [PATCH] chore: remove index --- app/config/collections/common.php | 7 ------- 1 file changed, 7 deletions(-) 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' => [], ] ] ],