diff --git a/app/config/collections.php b/app/config/collections.php index 60c6bca10d..83b117a7b4 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -947,15 +947,6 @@ $collections = [ 'required' => true, 'array' => false, ], - [ - '$collection' => Database::SYSTEM_COLLECTION_RULES, - 'label' => 'Status', - 'key' => 'status', - 'type' => 'text', - 'default' => '', - 'required' => true, - 'array' => false, - ], [ '$collection' => Database::SYSTEM_COLLECTION_RULES, 'label' => 'Updated',