This commit is contained in:
parent
893c099ea2
commit
7e71690210
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue