feat: refs #4948 Added expeditionSelfConsumptionPackaging
gitea/mycdc/pipeline/head This commit looks good
Details
gitea/mycdc/pipeline/head This commit looks good
Details
This commit is contained in:
parent
d5a748b66c
commit
4734b78791
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mycdc",
|
||||
"version": "0.0.21",
|
||||
"version": "0.0.22",
|
||||
"author": "Verdnatura Levante SL",
|
||||
"description": "Asynchronous DB calculations reading the binary log",
|
||||
"license": "GPL-3.0",
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
query:
|
||||
travel: CALL vn.expedition_selfConsumptionPackaging(:id, add)
|
||||
includeSchema:
|
||||
vn:
|
||||
expedition:
|
||||
key: id
|
||||
columns:
|
||||
- id
|
Loading…
Reference in New Issue