From 4737aac5090146973bed97eafbfc52d25070cb1f Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Tue, 22 Feb 2022 18:11:36 +0545 Subject: [PATCH] Update app/config/collections.php Co-authored-by: Christy Jacob --- app/config/collections.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app/config/collections.php b/app/config/collections.php index c2b02cabc5..08723686a7 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -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,