From a1c2c9efbdcd5ed8d528a151cfc4055246d195f6 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 16 Jun 2021 12:54:13 +0300 Subject: [PATCH] job group length --- application/Espo/Resources/metadata/entityDefs/Job.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/Espo/Resources/metadata/entityDefs/Job.json b/application/Espo/Resources/metadata/entityDefs/Job.json index 3ca5201a25..241ee46436 100644 --- a/application/Espo/Resources/metadata/entityDefs/Job.json +++ b/application/Espo/Resources/metadata/entityDefs/Job.json @@ -67,12 +67,12 @@ }, "group": { "type": "varchar", - "maxLength": 64, + "maxLength": 128, "default": null }, "targetGroup": { "type": "varchar", - "maxLength": 64, + "maxLength": 128, "default": null }, "startedAt": {