Update app/config/collections.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Damodar Lohani
2022-02-22 18:11:36 +05:45
committed by GitHub
co-authored by Christy Jacob
parent 55c3883953
commit 4737aac509
-11
View File
@@ -1873,17 +1873,6 @@ $collections = [
'array' => false,
'filters' => [],
],
[
'$id' => 'metadata',
'type' => Database::VAR_STRING,
'format' => '',
'size' => 16384, // https://tools.ietf.org/html/rfc4288#section-4.2
'signed' => true,
'required' => false,
'default' => null,
'array' => false,
'filters' => ['json'],
],
[
'$id' => 'search',
'type' => Database::VAR_STRING,