diff --git a/app/config/collections.php b/app/config/collections.php index 93ed962821..e55c694ea3 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -3183,7 +3183,7 @@ $collections = [ 'attributes' => [ [ '$id' => ID::custom('metric'), - 'type' => Database::VAR_INTEGER, + 'type' => Database::VAR_STRING, 'format' => '', 'size' => 255, 'signed' => true,