1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

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
parent 55c3883953
commit 4737aac509
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,