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": {