chore: remove index

This commit is contained in:
Christy Jacob
2025-01-29 07:26:29 +00:00
parent 0220144615
commit df02578702
-7
View File
@@ -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' => [],
]
]
],