refs #6533 perf: define log property for each config.local.yml

This commit is contained in:
Javier Segarra 2023-12-05 14:02:43 +01:00
parent 0b1bbbaaa6
commit c90b829e5c
25 changed files with 104 additions and 0 deletions

View File

@ -6,6 +6,10 @@
"table": "claimBeginning"
}
},
"log": {
"model":"ClaimLog",
"relation": "claim"
},
"properties": {
"id": {
"type": "number",

View File

@ -6,6 +6,10 @@
"table": "claimDevelopment"
}
},
"log": {
"model":"ClaimLog",
"relation": "claim"
},
"properties": {
"id": {
"type": "number",

View File

@ -11,6 +11,11 @@
"image/jpeg",
"image/jpg"
],
"log": {
"model":"ClaimLog",
"relation": "claim",
"showField": "dmsFk"
},
"properties": {
"dmsFk": {
"type": "number",

View File

@ -1,6 +1,10 @@
{
"name": "ClaimEnd",
"base": "Loggable",
"log": {
"model":"ClaimLog",
"showField": "id"
},
"options": {
"mysql": {
"table": "claimEnd"

View File

@ -6,6 +6,10 @@
"table": "claimObservation"
}
},
"log": {
"model":"ClaimLog",
"relation": "claim"
},
"properties": {
"id": {
"type": "number",

View File

@ -1,11 +1,16 @@
{
"name": "Claim",
"base": "Loggable",
"options": {
"mysql": {
"table": "claim"
}
},
"log": {
"model":"ClaimLog",
"showField": "id"
},
"properties": {
"id": {
"type": "number",

View File

@ -7,6 +7,10 @@
"table": "address"
}
},
"log": {
"model":"ClientLog",
"relation": "client"
},
"properties": {
"id": {
"type": "number",

View File

@ -7,6 +7,12 @@
"table": "clientContact"
}
},
"log": {
"model":"ClientLog",
"relation": "client",
"showField": "clientFk"
},
"validateUpsert": true,
"properties": {
"id": {

View File

@ -6,6 +6,10 @@
"table": "clientDms"
}
},
"log": {
"model":"ClientLog",
"relation": "client"
},
"properties": {
"dmsFk": {
"type": "number",

View File

@ -7,6 +7,10 @@
"table": "clientObservation"
}
},
"log": {
"model":"ClientLog",
"relation": "client"
},
"properties": {
"id": {
"type": "number",

View File

@ -6,6 +6,10 @@
"table": "clientSample"
}
},
"log": {
"model":"ClientLog",
"relation": "client"
},
"properties": {
"id": {
"id": true,

View File

@ -6,6 +6,10 @@
"table": "client"
}
},
"log": {
"model":"ClientLog",
"showField": "id"
},
"properties": {
"id": {
"type": "number",

View File

@ -6,6 +6,10 @@
"table": "greuge"
}
},
"log": {
"model":"ClientLog",
"relation": "client"
},
"properties": {
"id": {
"id": true,

View File

@ -6,6 +6,10 @@
"table": "recovery"
}
},
"log": {
"model":"ClientLog",
"relation": "client"
},
"properties": {
"id": {
"id": true,

View File

@ -6,6 +6,10 @@
"table": "buy"
}
},
"log": {
"model":"EntryLog",
"relation": "entry"
},
"properties": {
"id": {
"type": "number",

View File

@ -6,6 +6,10 @@
"table": "entryObservation"
}
},
"log": {
"model":"EntryLog",
"relation": "entry"
},
"properties": {
"id": {
"id": true,

View File

@ -6,6 +6,10 @@
"table": "entry"
}
},
"log": {
"model":"EntryLog",
"showField": "id"
},
"properties": {
"id": {
"type": "number",

View File

@ -6,6 +6,10 @@
"table": "invoiceInDueDay"
}
},
"log": {
"model":"InvoiceInLog",
"showField": "invoiceInFk"
},
"properties": {
"id": {
"id": true,

View File

@ -6,6 +6,10 @@
"table": "invoiceInTax"
}
},
"log": {
"model":"InvoiceInLog",
"relation": "invoiceIn"
},
"properties": {
"id": {
"id": true,

View File

@ -6,6 +6,10 @@
"table": "invoiceIn"
}
},
"log": {
"model":"InvoiceInLog",
"showField": "id"
},
"properties": {
"id": {
"id": true,

View File

@ -6,6 +6,10 @@
"table": "itemBarcode"
}
},
"log": {
"model":"ItemLog",
"relation": "item"
},
"properties": {
"id": {
"type": "number",

View File

@ -6,6 +6,10 @@
"table": "itemBotanical"
}
},
"log": {
"model":"ItemLog",
"relation": "item"
},
"properties": {
"itemFk": {
"type": "number",

View File

@ -6,6 +6,10 @@
"table": "itemTag"
}
},
"log": {
"model":"ItemLog",
"showField":"tagFk"
},
"properties": {
"id": {
"type": "number",

View File

@ -6,6 +6,10 @@
"table": "itemTaxCountry"
}
},
"log": {
"model":"ItemLog",
"showField": "taxClassFk"
},
"properties": {
"id": {
"type": "number",

View File

@ -6,6 +6,10 @@
"table": "item"
}
},
"log": {
"model":"ItemLog",
"showField": "id"
},
"properties": {
"id": {
"type": "number",