From 0bc06f3cae9b4b3003983bbace7ac2f0c3f29b02 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 2 Dec 2020 11:04:33 +0200 Subject: [PATCH] fix autofollow --- application/Espo/Resources/metadata/entityDefs/Autofollow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Resources/metadata/entityDefs/Autofollow.json b/application/Espo/Resources/metadata/entityDefs/Autofollow.json index 977282fb23..da125c6e08 100644 --- a/application/Espo/Resources/metadata/entityDefs/Autofollow.json +++ b/application/Espo/Resources/metadata/entityDefs/Autofollow.json @@ -12,7 +12,7 @@ }, "userId": { "type": "varchar", - "maxLength": 11, + "maxLength": 24, "index": true } }