From 3c8b74628db1d49ab772c095d17be5cc6819e33b Mon Sep 17 00:00:00 2001 From: Everly Precia Suresh Date: Tue, 25 Oct 2022 19:42:19 +0000 Subject: [PATCH] revert unnecessary commit --- app/config/collections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections.php b/app/config/collections.php index 00d3be12cd..151f480cb3 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -455,7 +455,7 @@ $collections = [ '$id' => ID::custom('error'), 'type' => Database::VAR_STRING, 'format' => '', - 'size' => 16, + 'size' => 255, 'signed' => true, 'required' => true, 'default' => '',