From 5510bc4f6af7768169bf7ed994ee8cd33aaf15ba Mon Sep 17 00:00:00 2001 From: ArnabChatterjee20k Date: Thu, 30 Apr 2026 16:38:26 +0530 Subject: [PATCH] Update userInternalId attribute type to VAR_ID and remove lengths from index definition for consistency. --- app/config/collections/projects.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/config/collections/projects.php b/app/config/collections/projects.php index 4450d9c473..ff723d2345 100644 --- a/app/config/collections/projects.php +++ b/app/config/collections/projects.php @@ -2763,7 +2763,7 @@ return [ 'attributes' => [ [ '$id' => ID::custom('userInternalId'), - 'type' => Database::VAR_STRING, + 'type' => Database::VAR_ID, 'format' => '', 'size' => Database::LENGTH_KEY, 'signed' => true, @@ -2862,7 +2862,6 @@ return [ '$id' => ID::custom('_key_userInternal'), 'type' => Database::INDEX_KEY, 'attributes' => ['userInternalId'], - 'lengths' => [Database::LENGTH_KEY], 'orders' => [Database::ORDER_ASC] ], [