From f76aff19163ecff093507cb5026b96ceff303622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Fri, 2 May 2025 11:17:51 +0200 Subject: [PATCH] Migration preparations --- 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 99707752bb..5105304599 100644 --- a/app/config/collections/projects.php +++ b/app/config/collections/projects.php @@ -1372,7 +1372,7 @@ return [ '$id' => ID::custom('type'), 'type' => Database::VAR_STRING, 'format' => '', - 'size' => 32, + 'size' => 2048, 'signed' => true, 'required' => true, 'default' => null,