mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Keep organization projects schema unchanged
This commit is contained in:
parent
e831b3e952
commit
6a4dcd76a7
2 changed files with 0 additions and 8 deletions
|
|
@ -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'
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue