diff --git a/package.json b/package.json index a235fdd..b9f988d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/queues/saleRounding.yml b/queues/saleRounding.yml deleted file mode 100644 index 7abeef3..0000000 --- a/queues/saleRounding.yml +++ /dev/null @@ -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 \ No newline at end of file