feat(Salix): refs #6427 #6427 Add loggable to models
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2024-06-17 14:26:40 +02:00
parent 42023c58ec
commit 04520cafcf
2 changed files with 8 additions and 1 deletions

View File

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

View File

@ -1,6 +1,10 @@
{ {
"name": "ClientUnpaid", "name": "ClientUnpaid",
"base": "VnModel", "base": "VnModel",
"mixins": {
"Loggable": true
},
"options": { "options": {
"mysql": { "mysql": {
"table": "clientUnpaid" "table": "clientUnpaid"