Put log in the section
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Jorge Padawan 2021-01-15 13:57:36 +01:00
parent 51627af395
commit fe6124b691
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
{
"name": "SupplierAccount",
"base": "VnModel",
"base": "Loggable",
"log": {
"model":"SupplierLog",
"relation": "supplier"
},
"options": {
"mysql": {
"table": "supplierAccount"