From 467b2a92812e79a4e7982f47d707bf0f5f63acfd Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 25 Mar 2026 18:39:49 +1300 Subject: [PATCH] (feat): Increase databases.database attribute size to 2048 --- 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 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,