From 8ca9210308003ba6e056808fd0681a2aa75a8840 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Thu, 8 Jul 2021 16:57:36 +0545 Subject: [PATCH] fields update in files and buckets collection --- app/config/collections2.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/config/collections2.php b/app/config/collections2.php index 56c068715e..12d45c0323 100644 --- a/app/config/collections2.php +++ b/app/config/collections2.php @@ -550,7 +550,7 @@ $collections = [ 'type' => Database::VAR_INTEGER, 'format' => '', 'size' => 0, - 'signed' => true, + 'signed' => false, 'required' => false, 'array' => false, 'filters' => [], @@ -560,7 +560,7 @@ $collections = [ 'type' => Database::VAR_INTEGER, 'format' => '', 'size' => 0, - 'signed' => true, + 'signed' => false, 'required' => false, 'array' => false, 'filters' => [], @@ -1058,7 +1058,7 @@ $collections = [ [ '$id' => 'maximumFileSize', 'type' => Database::VAR_INTEGER, - 'signed' => true, + 'signed' => false, 'size' => 0, 'format' => '', 'filters' => [],