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,