1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

update collection structure

This commit is contained in:
Damodar Lohani 2021-06-16 11:08:31 +05:45
parent 667161d46a
commit 091152ca46

View file

@ -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,