diff --git a/modules/claim/back/models/claim-beginning.json b/modules/claim/back/models/claim-beginning.json index 19869906b..d224586da 100644 --- a/modules/claim/back/models/claim-beginning.json +++ b/modules/claim/back/models/claim-beginning.json @@ -9,10 +9,6 @@ "table": "claimBeginning" } }, - "log": { - "model":"ClaimLog", - "relation": "claim" - }, "properties": { "id": { "type": "number", diff --git a/modules/claim/back/models/claim-development.json b/modules/claim/back/models/claim-development.json index 94270af10..732955660 100644 --- a/modules/claim/back/models/claim-development.json +++ b/modules/claim/back/models/claim-development.json @@ -9,10 +9,6 @@ "table": "claimDevelopment" } }, - "log": { - "model":"ClaimLog", - "relation": "claim" - }, "properties": { "id": { "type": "number", diff --git a/modules/claim/back/models/claim-dms.json b/modules/claim/back/models/claim-dms.json index 0e7460d40..ed12c925b 100644 --- a/modules/claim/back/models/claim-dms.json +++ b/modules/claim/back/models/claim-dms.json @@ -14,11 +14,6 @@ "image/jpeg", "image/jpg" ], - "log": { - "model":"ClaimLog", - "relation": "claim", - "showField": "dmsFk" - }, "properties": { "dmsFk": { "type": "number", diff --git a/modules/claim/back/models/claim-end.json b/modules/claim/back/models/claim-end.json index 40a5698a6..ef5477f50 100644 --- a/modules/claim/back/models/claim-end.json +++ b/modules/claim/back/models/claim-end.json @@ -4,10 +4,6 @@ "mixins": { "Loggable": true }, - "log": { - "model":"ClaimLog", - "showField": "id" - }, "options": { "mysql": { "table": "claimEnd" diff --git a/modules/claim/back/models/claim-observation.json b/modules/claim/back/models/claim-observation.json index b0e3f2218..1e4cb6a0f 100644 --- a/modules/claim/back/models/claim-observation.json +++ b/modules/claim/back/models/claim-observation.json @@ -9,10 +9,6 @@ "table": "claimObservation" } }, - "log": { - "model":"ClaimLog", - "relation": "claim" - }, "properties": { "id": { "type": "number", diff --git a/modules/client/back/models/address.json b/modules/client/back/models/address.json index 69fc72197..e8bf8d8a0 100644 --- a/modules/client/back/models/address.json +++ b/modules/client/back/models/address.json @@ -10,10 +10,6 @@ "table": "address" } }, - "log": { - "model":"ClientLog", - "relation": "client" - }, "properties": { "id": { "type": "number", diff --git a/modules/client/back/models/client-contact.json b/modules/client/back/models/client-contact.json index e86cb4911..55cc9d436 100644 --- a/modules/client/back/models/client-contact.json +++ b/modules/client/back/models/client-contact.json @@ -10,12 +10,6 @@ "table": "clientContact" } }, - "log": { - "model":"ClientLog", - "relation": "client", - "showField": "clientFk" - - }, "validateUpsert": true, "properties": { "id": { diff --git a/modules/client/back/models/client-dms.json b/modules/client/back/models/client-dms.json index 2f18efb3a..6dbcd0140 100644 --- a/modules/client/back/models/client-dms.json +++ b/modules/client/back/models/client-dms.json @@ -9,10 +9,6 @@ "table": "clientDms" } }, - "log": { - "model":"ClientLog", - "relation": "client" - }, "properties": { "dmsFk": { "type": "number", diff --git a/modules/client/back/models/client-observation.json b/modules/client/back/models/client-observation.json index efcd38cd7..b204ebeb4 100644 --- a/modules/client/back/models/client-observation.json +++ b/modules/client/back/models/client-observation.json @@ -10,10 +10,6 @@ "table": "clientObservation" } }, - "log": { - "model":"ClientLog", - "relation": "client" - }, "properties": { "id": { "type": "number", diff --git a/modules/client/back/models/client-sample.json b/modules/client/back/models/client-sample.json index ef88282cb..4cd55d9df 100644 --- a/modules/client/back/models/client-sample.json +++ b/modules/client/back/models/client-sample.json @@ -9,10 +9,6 @@ "table": "clientSample" } }, - "log": { - "model":"ClientLog", - "relation": "client" - }, "properties": { "id": { "id": true, diff --git a/modules/client/back/models/greuge.json b/modules/client/back/models/greuge.json index d898ff83c..f57744f8a 100644 --- a/modules/client/back/models/greuge.json +++ b/modules/client/back/models/greuge.json @@ -9,10 +9,6 @@ "table": "greuge" } }, - "log": { - "model":"ClientLog", - "relation": "client" - }, "properties": { "id": { "id": true, diff --git a/modules/client/back/models/recovery.json b/modules/client/back/models/recovery.json index 3f6cbaa9a..89ec54494 100644 --- a/modules/client/back/models/recovery.json +++ b/modules/client/back/models/recovery.json @@ -9,10 +9,6 @@ "table": "recovery" } }, - "log": { - "model":"ClientLog", - "relation": "client" - }, "properties": { "id": { "id": true, diff --git a/modules/entry/back/models/buy.json b/modules/entry/back/models/buy.json index 149b02bb6..35861fd81 100644 --- a/modules/entry/back/models/buy.json +++ b/modules/entry/back/models/buy.json @@ -9,10 +9,6 @@ "table": "buy" } }, - "log": { - "model":"EntryLog", - "relation": "entry" - }, "properties": { "id": { "type": "number", diff --git a/modules/entry/back/models/entry-observation.json b/modules/entry/back/models/entry-observation.json index 8ba6ee184..6a1592037 100644 --- a/modules/entry/back/models/entry-observation.json +++ b/modules/entry/back/models/entry-observation.json @@ -9,10 +9,6 @@ "table": "entryObservation" } }, - "log": { - "model":"EntryLog", - "relation": "entry" - }, "properties": { "id": { "id": true, diff --git a/modules/invoiceIn/back/models/invoice-in-due-day.json b/modules/invoiceIn/back/models/invoice-in-due-day.json index 06c6f64d2..ca3616ef8 100644 --- a/modules/invoiceIn/back/models/invoice-in-due-day.json +++ b/modules/invoiceIn/back/models/invoice-in-due-day.json @@ -6,10 +6,6 @@ "table": "invoiceInDueDay" } }, - "log": { - "model":"InvoiceInLog", - "showField": "invoiceInFk" - }, "properties": { "id": { "id": true, diff --git a/modules/invoiceIn/back/models/invoice-in-tax.json b/modules/invoiceIn/back/models/invoice-in-tax.json index 0aad29e51..53b5548b6 100644 --- a/modules/invoiceIn/back/models/invoice-in-tax.json +++ b/modules/invoiceIn/back/models/invoice-in-tax.json @@ -9,10 +9,6 @@ "table": "invoiceInTax" } }, - "log": { - "model":"InvoiceInLog", - "relation": "invoiceIn" - }, "properties": { "id": { "id": true, diff --git a/modules/item/back/models/item-barcode.json b/modules/item/back/models/item-barcode.json index 7fca179ea..6726900ea 100644 --- a/modules/item/back/models/item-barcode.json +++ b/modules/item/back/models/item-barcode.json @@ -9,10 +9,6 @@ "table": "itemBarcode" } }, - "log": { - "model":"ItemLog", - "relation": "item" -}, "properties": { "id": { "type": "number", diff --git a/modules/item/back/models/item-botanical.json b/modules/item/back/models/item-botanical.json index 771ec2bbf..ff1410615 100644 --- a/modules/item/back/models/item-botanical.json +++ b/modules/item/back/models/item-botanical.json @@ -9,10 +9,6 @@ "table": "itemBotanical" } }, - "log": { - "model":"ItemLog", - "relation": "item" - }, "properties": { "itemFk": { "type": "number", diff --git a/modules/item/back/models/item-tag.json b/modules/item/back/models/item-tag.json index 8d4a027ac..5702cf6cf 100644 --- a/modules/item/back/models/item-tag.json +++ b/modules/item/back/models/item-tag.json @@ -9,10 +9,6 @@ "table": "itemTag" } }, - "log": { - "model":"ItemLog", - "showField":"tagFk" - }, "properties": { "id": { "type": "number", diff --git a/modules/item/back/models/item-tax-country.json b/modules/item/back/models/item-tax-country.json index 249c511f2..795a1b950 100644 --- a/modules/item/back/models/item-tax-country.json +++ b/modules/item/back/models/item-tax-country.json @@ -9,10 +9,6 @@ "table": "itemTaxCountry" } }, - "log": { - "model":"ItemLog", - "showField": "taxClassFk" - }, "properties": { "id": { "type": "number",