refs #6533 perf: define log property for each config.local.yml
This commit is contained in:
parent
0b1bbbaaa6
commit
c90b829e5c
|
@ -6,6 +6,10 @@
|
|||
"table": "claimBeginning"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"ClaimLog",
|
||||
"relation": "claim"
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number",
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
"table": "claimDevelopment"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"ClaimLog",
|
||||
"relation": "claim"
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number",
|
||||
|
|
|
@ -11,6 +11,11 @@
|
|||
"image/jpeg",
|
||||
"image/jpg"
|
||||
],
|
||||
"log": {
|
||||
"model":"ClaimLog",
|
||||
"relation": "claim",
|
||||
"showField": "dmsFk"
|
||||
},
|
||||
"properties": {
|
||||
"dmsFk": {
|
||||
"type": "number",
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
"name": "ClaimEnd",
|
||||
"base": "Loggable",
|
||||
"log": {
|
||||
"model":"ClaimLog",
|
||||
"showField": "id"
|
||||
},
|
||||
"options": {
|
||||
"mysql": {
|
||||
"table": "claimEnd"
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
"table": "claimObservation"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"ClaimLog",
|
||||
"relation": "claim"
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number",
|
||||
|
|
|
@ -1,11 +1,16 @@
|
|||
{
|
||||
"name": "Claim",
|
||||
"base": "Loggable",
|
||||
|
||||
"options": {
|
||||
"mysql": {
|
||||
"table": "claim"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"ClaimLog",
|
||||
"showField": "id"
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number",
|
||||
|
|
|
@ -7,6 +7,10 @@
|
|||
"table": "address"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"ClientLog",
|
||||
"relation": "client"
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number",
|
||||
|
|
|
@ -7,6 +7,12 @@
|
|||
"table": "clientContact"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"ClientLog",
|
||||
"relation": "client",
|
||||
"showField": "clientFk"
|
||||
|
||||
},
|
||||
"validateUpsert": true,
|
||||
"properties": {
|
||||
"id": {
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
"table": "clientDms"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"ClientLog",
|
||||
"relation": "client"
|
||||
},
|
||||
"properties": {
|
||||
"dmsFk": {
|
||||
"type": "number",
|
||||
|
|
|
@ -7,6 +7,10 @@
|
|||
"table": "clientObservation"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"ClientLog",
|
||||
"relation": "client"
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number",
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
"table": "clientSample"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"ClientLog",
|
||||
"relation": "client"
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"id": true,
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
"table": "client"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"ClientLog",
|
||||
"showField": "id"
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number",
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
"table": "greuge"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"ClientLog",
|
||||
"relation": "client"
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"id": true,
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
"table": "recovery"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"ClientLog",
|
||||
"relation": "client"
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"id": true,
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
"table": "buy"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"EntryLog",
|
||||
"relation": "entry"
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number",
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
"table": "entryObservation"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"EntryLog",
|
||||
"relation": "entry"
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"id": true,
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
"table": "entry"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"EntryLog",
|
||||
"showField": "id"
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number",
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
"table": "invoiceInDueDay"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"InvoiceInLog",
|
||||
"showField": "invoiceInFk"
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"id": true,
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
"table": "invoiceInTax"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"InvoiceInLog",
|
||||
"relation": "invoiceIn"
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"id": true,
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
"table": "invoiceIn"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"InvoiceInLog",
|
||||
"showField": "id"
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"id": true,
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
"table": "itemBarcode"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"ItemLog",
|
||||
"relation": "item"
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number",
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
"table": "itemBotanical"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"ItemLog",
|
||||
"relation": "item"
|
||||
},
|
||||
"properties": {
|
||||
"itemFk": {
|
||||
"type": "number",
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
"table": "itemTag"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"ItemLog",
|
||||
"showField":"tagFk"
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number",
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
"table": "itemTaxCountry"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"ItemLog",
|
||||
"showField": "taxClassFk"
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number",
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
"table": "item"
|
||||
}
|
||||
},
|
||||
"log": {
|
||||
"model":"ItemLog",
|
||||
"showField": "id"
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number",
|
||||
|
|
Loading…
Reference in New Issue