added expedition log

This commit is contained in:
Gerard 2018-11-29 13:01:28 +01:00
parent 40706b688b
commit c4c7912480
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
{
"name": "Expedition",
"base": "VnModel",
"base": "Loggable",
"log": {
"model": "TicketLog",
"relation": "ticket"
},
"options": {
"mysql": {
"table": "expedition"