feat(mylogger): refs #6533 #6533 Restore json child models

This commit is contained in:
Javier Segarra 2024-04-25 08:23:27 +02:00
parent 409b98e01d
commit 09226f0ad1
20 changed files with 0 additions and 83 deletions

View File

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

View File

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

View File

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

View File

@ -4,10 +4,6 @@
"mixins": { "mixins": {
"Loggable": true "Loggable": true
}, },
"log": {
"model":"ClaimLog",
"showField": "id"
},
"options": { "options": {
"mysql": { "mysql": {
"table": "claimEnd" "table": "claimEnd"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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