Add project status index

This commit is contained in:
harsh mahajan
2026-05-22 15:39:16 +05:30
parent 4dec4f2ff2
commit e831b3e952
+7
View File
@@ -376,6 +376,13 @@ $platformCollections = [
'lengths' => [Database::LENGTH_KEY],
'orders' => [Database::ORDER_ASC],
],
[
'$id' => ID::custom('_key_status'),
'type' => Database::INDEX_KEY,
'attributes' => ['status'],
'lengths' => [],
'orders' => [],
],
[
'$id' => ID::custom('_key_pingCount'),
'type' => Database::INDEX_KEY,