This commit is contained in:
parent
893c099ea2
commit
7e71690210
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "mycdc",
|
"name": "mycdc",
|
||||||
"version": "0.0.25",
|
"version": "0.0.26",
|
||||||
"author": "Verdnatura Levante SL",
|
"author": "Verdnatura Levante SL",
|
||||||
"description": "Asynchronous DB calculations reading the binary log",
|
"description": "Asynchronous DB calculations reading the binary log",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
|
|
|
@ -12,13 +12,11 @@ includeSchema:
|
||||||
key: id
|
key: id
|
||||||
columns:
|
columns:
|
||||||
- id
|
- id
|
||||||
- landed
|
- availabled
|
||||||
- shipped
|
- shipped
|
||||||
- landingHour
|
|
||||||
- warehouseInFk
|
- warehouseInFk
|
||||||
- warehouseOutFk
|
- warehouseOutFk
|
||||||
- isReceived
|
- isDelivered
|
||||||
- isRaid
|
|
||||||
events:
|
events:
|
||||||
- updaterows
|
- updaterows
|
||||||
entry:
|
entry:
|
||||||
|
@ -26,6 +24,7 @@ includeSchema:
|
||||||
columns:
|
columns:
|
||||||
- id
|
- id
|
||||||
- travelFk
|
- travelFk
|
||||||
|
- isExcludedFromAvailable
|
||||||
events:
|
events:
|
||||||
- updaterows
|
- updaterows
|
||||||
buy:
|
buy:
|
||||||
|
@ -37,13 +36,13 @@ includeSchema:
|
||||||
- quantity
|
- quantity
|
||||||
- life
|
- life
|
||||||
- isAlive
|
- isAlive
|
||||||
|
- created
|
||||||
ticket:
|
ticket:
|
||||||
key: id
|
key: id
|
||||||
columns:
|
columns:
|
||||||
- id
|
- id
|
||||||
- warehouseFk
|
- warehouseFk
|
||||||
- shipped
|
- shipped
|
||||||
- landed
|
|
||||||
- isAlive
|
- isAlive
|
||||||
events:
|
events:
|
||||||
- updaterows
|
- updaterows
|
||||||
|
@ -61,10 +60,6 @@ includeSchema:
|
||||||
key: id
|
key: id
|
||||||
columns:
|
columns:
|
||||||
- id
|
- id
|
||||||
- date_send
|
|
||||||
- address_id
|
|
||||||
- company_id
|
|
||||||
- customer_id
|
|
||||||
- confirmed
|
- confirmed
|
||||||
events:
|
events:
|
||||||
- updaterows
|
- updaterows
|
||||||
|
|
Loading…
Reference in New Issue