From 8ccda3fd2da8ce78fc7a9516ecdac70d29b7566d Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Tue, 21 Feb 2023 17:18:24 +0200 Subject: [PATCH] currency db type string --- application/Espo/Resources/metadata/entityDefs/Currency.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/Espo/Resources/metadata/entityDefs/Currency.json b/application/Espo/Resources/metadata/entityDefs/Currency.json index c09d8351b4..e2dfcac868 100644 --- a/application/Espo/Resources/metadata/entityDefs/Currency.json +++ b/application/Espo/Resources/metadata/entityDefs/Currency.json @@ -2,7 +2,8 @@ "fields": { "id": { "type": "id", - "maxLength": 3 + "maxLength": 3, + "dbType": "string" }, "rate": { "type": "float"