Update userInternalId attribute type to VAR_ID and remove lengths from index definition for consistency.

This commit is contained in:
ArnabChatterjee20k
2026-04-30 16:38:26 +05:30
parent d802c57cb9
commit 5510bc4f6a
+1 -2
View File
@@ -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]
],
[