From 091152ca461472b36a3b15b6fcb1af45ed99f977 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 16 Jun 2021 11:08:31 +0545 Subject: [PATCH] update collection structure --- app/config/collections2.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/config/collections2.php b/app/config/collections2.php index e485bbd444..de3bcce83e 100644 --- a/app/config/collections2.php +++ b/app/config/collections2.php @@ -1015,8 +1015,6 @@ $collections = [ 'array' => false, ], [ - - 'label' => 'Adapter', '$id' => 'adapter', 'type' => Database::VAR_STRING, 'signed' => true, @@ -1058,8 +1056,6 @@ $collections = [ 'array' => true, ], [ - - 'label' => 'Encryption', '$id' => 'encryption', 'type' => Database::VAR_BOOLEAN, 'signed' => true, @@ -1070,8 +1066,6 @@ $collections = [ 'array' => false, ], [ - - 'label' => 'Virus Scan', '$id' => 'antiVirus', 'type' => Database::VAR_BOOLEAN, 'signed' => true,