From 7cbebf80283fd907ca2bc4d99aa2f71f3585ad3e Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Mon, 23 Aug 2021 23:38:15 +0300 Subject: [PATCH] Update app/config/collections2.php Co-authored-by: kodumbeats --- app/config/collections2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections2.php b/app/config/collections2.php index c94fd02060..7576f71736 100644 --- a/app/config/collections2.php +++ b/app/config/collections2.php @@ -179,7 +179,7 @@ $collections = [ [ '$id' => 'signed', 'type' => Database::VAR_BOOLEAN, - 'size' => 64, + 'size' => 0, 'signed' => true, 'required' => false, 'default' => null,