(feat): Increase databases.database attribute size to 2048

This commit is contained in:
Jake Barnby
2026-03-25 18:39:49 +13:00
parent 7fcc640652
commit 467b2a9281
+1 -1
View File
@@ -64,7 +64,7 @@ return [
[
'$id' => ID::custom('database'),
'type' => Database::VAR_STRING,
'size' => 128,
'size' => 2048,
'required' => false,
'signed' => true,
'array' => false,