diff --git a/services/ticket/common/models/expedition.json b/services/ticket/common/models/expedition.json index cf15b5ce3e..853c22678b 100644 --- a/services/ticket/common/models/expedition.json +++ b/services/ticket/common/models/expedition.json @@ -1,6 +1,10 @@ { "name": "Expedition", - "base": "VnModel", + "base": "Loggable", + "log": { + "model": "TicketLog", + "relation": "ticket" + }, "options": { "mysql": { "table": "expedition"