From f9d5d310e376522cbcb79677c2a64152e011b2ac Mon Sep 17 00:00:00 2001 From: "Eldad A. Fux" Date: Mon, 23 Aug 2021 23:40:50 +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 57b48da077..8079bdd7c8 100644 --- a/app/config/collections2.php +++ b/app/config/collections2.php @@ -269,7 +269,7 @@ $collections = [ '$id' => 'type', 'type' => Database::VAR_STRING, 'format' => '', - 'size' => 256, + 'size' => 16, 'signed' => true, 'required' => false, 'default' => null,