From b981914eda0c949bb0562d5accf50388ba5abae6 Mon Sep 17 00:00:00 2001 From: shimon Date: Sun, 19 Mar 2023 15:21:54 +0200 Subject: [PATCH] rollback --- app/config/collections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,