Keep organization projects schema unchanged

This commit is contained in:
harsh mahajan
2026-05-22 15:45:32 +05:30
parent e831b3e952
commit 6a4dcd76a7
2 changed files with 0 additions and 8 deletions
-7
View File
@@ -376,13 +376,6 @@ $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,
@@ -7,7 +7,6 @@ class Projects extends Base
public const ALLOWED_ATTRIBUTES = [
'name',
'teamId',
'status',
'labels',
'search'
];