From ee0f789e372e94992c9d239edbd42f8d2de86b97 Mon Sep 17 00:00:00 2001 From: Prateek Banga Date: Sat, 9 Sep 2023 01:18:26 +0530 Subject: [PATCH] udpates deliveryError to be an array type --- app/config/collections.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/collections.php b/app/config/collections.php index f0acc33345..a316b02290 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -1521,11 +1521,11 @@ $commonCollections = [ '$id' => ID::custom('deliveryError'), 'type' => Database::VAR_STRING, 'format' => '', - 'size' => 2048, + 'size' => 16834, 'signed' => true, 'required' => false, 'default' => null, - 'array' => false, + 'array' => true, 'filters' => [], ], [