Remove redundant index

This commit is contained in:
Jake Barnby
2024-01-15 18:18:09 +13:00
parent 322dae626a
commit e21e2c70ea
-7
View File
@@ -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' => [],
]
],
],