From 866bc13363681e7d288d32cd657f0a9ed0bfce9a Mon Sep 17 00:00:00 2001 From: shimon Date: Sun, 19 Mar 2023 15:16:05 +0200 Subject: [PATCH] usage collection value attr type to string --- app/config/collections.php | 2 +- app/console | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/collections.php b/app/config/collections.php index e55c694ea3..93ed962821 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -3183,7 +3183,7 @@ $collections = [ 'attributes' => [ [ '$id' => ID::custom('metric'), - 'type' => Database::VAR_STRING, + 'type' => Database::VAR_INTEGER, 'format' => '', 'size' => 255, 'signed' => true, diff --git a/app/console b/app/console index 39727607a0..fae048b917 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit 39727607a036534a323101fea876cbe68b05f4f0 +Subproject commit fae048b91787d0b372c13caf27f14fc8b780ef60