2657-zone_log #472

Merged
joan merged 6 commits from 2657-zone_log into dev 2020-12-29 13:32:08 +00:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit 6eeecc553b - Show all commits

View File

@ -1,6 +1,10 @@
{
"name": "ZoneEvent",
"base": "VnModel",
"base": "Loggable",
"log": {
"model":"ZoneLog",
"relation": "zone"
},
"options": {
"mysql": {
"table": "zoneEvent"