From 72f8402eddeb08f598502f887a29d0e9e124be8b Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Mon, 23 Aug 2021 23:38:26 +0300 Subject: [PATCH] Update app/config/collections2.php --- 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 7576f71736..67c7cf9bc4 100644 --- a/app/config/collections2.php +++ b/app/config/collections2.php @@ -136,7 +136,7 @@ $collections = [ '$id' => 'status', 'type' => Database::VAR_STRING, 'format' => '', - 'size' => 256, + 'size' => 16, 'signed' => true, 'required' => false, 'default' => null,