fix: refs #7213 delete saleRounding
gitea/mycdc/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-09-11 12:36:09 +02:00
parent 69e8847cdc
commit 166c92b271
2 changed files with 1 additions and 28 deletions

View File

@ -1,6 +1,6 @@
{
"name": "mycdc",
"version": "0.0.19",
"version": "0.0.20",
"author": "Verdnatura Levante SL",
"description": "Asynchronous DB calculations reading the binary log",
"license": "GPL-3.0",

View File

@ -1,27 +0,0 @@
query:
ticket: CALL vn.ticket_setProblemRounding(:id)
sale: CALL vn.sale_setProblemRounding(:id)
item: CALL vn.sale_setProblemRoundingByBuy(:id)
includeSchema:
vn:
ticket:
key: id
columns:
- id
- warehouseFk
- shipped
sale:
key: id
columns:
- id
- quantity
- itemFk
buy:
key: id
scope: item
columns:
- id
- itemFk
- grouping
events:
- updaterows