fix: refs #6582 Solved log error
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-01-15 10:09:43 +01:00
parent 4ead2345c4
commit 107e35001a
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
{ {
"name": "RoutesMonitor", "name": "RoutesMonitor",
"base": "Loggable", "base": "VnModel",
"mixins": {
"Loggable": true
},
"options": { "options": {
"mysql": { "mysql": {
"table": "routesMonitor" "table": "routesMonitor"