refs #4685 Fields for queue stock updated
gitea/mycdc/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2025-03-28 10:21:01 +01:00
parent 893c099ea2
commit 7e71690210
2 changed files with 5 additions and 10 deletions

View File

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

View File

@ -12,13 +12,11 @@ includeSchema:
key: id
columns:
- id
- landed
- availabled
- shipped
- landingHour
- warehouseInFk
- warehouseOutFk
- isReceived
- isRaid
- isDelivered
events:
- updaterows
entry:
@ -26,6 +24,7 @@ includeSchema:
columns:
- id
- travelFk
- isExcludedFromAvailable
events:
- updaterows
buy:
@ -37,13 +36,13 @@ includeSchema:
- quantity
- life
- isAlive
- created
ticket:
key: id
columns:
- id
- warehouseFk
- shipped
- landed
- isAlive
events:
- updaterows
@ -61,10 +60,6 @@ includeSchema:
key: id
columns:
- id
- date_send
- address_id
- company_id
- customer_id
- confirmed
events:
- updaterows