From f68d49c4d63fce8a663b5f0c7d6b3852dae3feef Mon Sep 17 00:00:00 2001 From: ArnabChatterjee20k Date: Fri, 29 Aug 2025 18:19:29 +0530 Subject: [PATCH] updated the migration error size attribute --- app/config/collections/projects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections/projects.php b/app/config/collections/projects.php index 7fc82b7441..4fd44c7725 100644 --- a/app/config/collections/projects.php +++ b/app/config/collections/projects.php @@ -2345,7 +2345,7 @@ return [ '$id' => ID::custom('errors'), 'type' => Database::VAR_STRING, 'format' => '', - 'size' => 65535, + 'size' => 131070, 'signed' => true, 'required' => true, 'default' => null,