diff --git a/app/config/collections/projects.php b/app/config/collections/projects.php index b41e8f0fd5..d3521ee9ca 100644 --- a/app/config/collections/projects.php +++ b/app/config/collections/projects.php @@ -64,7 +64,7 @@ return [ [ '$id' => ID::custom('database'), 'type' => Database::VAR_STRING, - 'size' => 128, + 'size' => 2048, 'required' => false, 'signed' => true, 'array' => false,