From e21e2c70eaeb0b321a5bb2c6c4d03de99c5e8fcf Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Mon, 15 Jan 2024 18:18:09 +1300 Subject: [PATCH] Remove redundant index --- app/config/collections.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/config/collections.php b/app/config/collections.php index c82b6b671e..979a267fa4 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -4246,13 +4246,6 @@ $consoleCollections = array_merge([ 'lengths' => [], 'orders' => [], ], - [ - '$id' => ID::custom('_key_schedule_resourceType_active_resourceUpdatedAt'), - 'type' => Database::INDEX_KEY, - 'attributes' => ['schedule', 'resourceType', 'active', 'resourceUpdatedAt'], - 'lengths' => [], - 'orders' => [], - ] ], ],