diff --git a/app/config/collections.php b/app/config/collections.php index 883f947dea..c3fb5dfdbd 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -2593,7 +2593,7 @@ $collections = [ '$id' => ID::custom('vcsInstallationId'), 'type' => Database::VAR_STRING, 'signed' => true, - 'size' => 2048, + 'size' => Database::LENGTH_KEY, 'format' => '', 'filters' => [], 'required' => false, @@ -2603,7 +2603,7 @@ $collections = [ '$id' => ID::custom('vcsInstallationInternalId'), 'type' => Database::VAR_STRING, 'signed' => true, - 'size' => 2048, + 'size' => Database::LENGTH_KEY, 'format' => '', 'filters' => [], 'required' => false, @@ -2613,7 +2613,7 @@ $collections = [ '$id' => ID::custom('vcsRepoId'), 'type' => Database::VAR_STRING, 'signed' => true, - 'size' => 2048, + 'size' => Database::LENGTH_KEY, 'format' => '', 'filters' => [], 'required' => false, @@ -2623,7 +2623,7 @@ $collections = [ '$id' => ID::custom('branch'), 'type' => Database::VAR_STRING, 'signed' => true, - 'size' => 2048, + 'size' => Database::LENGTH_KEY, 'format' => '', 'filters' => [], 'required' => false,