diff --git a/application/Espo/Resources/metadata/entityDefs/User.json b/application/Espo/Resources/metadata/entityDefs/User.json index 91c578fcce..4521abeb08 100644 --- a/application/Espo/Resources/metadata/entityDefs/User.json +++ b/application/Espo/Resources/metadata/entityDefs/User.json @@ -67,6 +67,16 @@ "preferences": { "type": "hasOne", "entity": "Preferences" + }, + "meetings": { + "type": "hasMany", + "entity": "Meeting", + "foreign": "users" + }, + "calls": { + "type": "hasMany", + "entity": "Call", + "foreign": "users" } }, "collection": {