pipekit/config/modules
Paul Trowbridge d5618e9514 Sync purchase orders incrementally
poh and poi were full truncate-reloads: 187k rows / 30 s and 529k / 75 s.
Both now pull only changed POs -- 1,201 rows / 5.5 s and 3,660 / 10 s --
and reconcile.py --quick reads IN SYNC on all 115 / 120 metrics.

POH turns out to carry its own change stamp in its "future" fields:
KAFUT12 is Date Created and KAFUT20 is Date Updated, both CHAR(10) ISO
text. Predicate is those two against the watermark, plus the open hot set
KACRCM = '1' -- 1,035 of 187k headers, and KACRCM leads most of POH's
logicals, so it is a keyed read. POI has no change stamp of its own, so
it joins the header's changed set at PO grain; its merge key is kbpo#, so
staging only the changed lines would drop the rest of the PO.

CMS logs this family (POHL, POIL), but both are redundant for change
detection: over 7 days POHL and the KAFUT20/12 window agree exactly, and
POIL reports no PO that POHL does not, so a line edit always stamps the
header. The logs' one unique contribution is deletes, which an
incremental merge structurally cannot see -- delete-by-key only touches
staged keys, so a purged PO would sit in the dest forever (~88 POs/yr).

poh_deleted closes that: DQ0ACTN = '3' is the delete action, and the
NOT EXISTS against live POH makes the list exact rather than a guess
about action ordering, since a re-used PO number is back in POH and drops
out on its own. Three dest hooks, in order -- clearing the tombstone of
any PO that is live again must happen before the deletes, or the second
hook could remove a row poh had just refreshed.

Whenever these are scheduled, run order must be poh -> poi ->
poh_deleted: poi's watermark resolves off cms.poh, and poh_deleted's
first hook reads cms.poh expecting it to be fresh.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-18 22:44:24 -04:00
..
_custom_sales_line_connector.json Fix _custom_sales_line_connector map: dest_names to match table 2026-07-27 10:09:52 -04:00
_custom_sales_line_connector.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
ab.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
ab.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
adrs.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
adrs.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
armasc.json updates 2026-08-06 15:39:22 -04:00
armasc.sql updates 2026-08-06 15:39:22 -04:00
aroht.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
aroht.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
arop.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
arop.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
artrn.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
artrn.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
binb.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
binb.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
bold.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
bold.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
bolh.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
bolh.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
coa_map.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
coa_map.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
code.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
code.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
color.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
color.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
colorb.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
colorb.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
colortier.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
colortier.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
cret.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
cret.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
cust.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
cust.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
depts.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
depts.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
dsdisc.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
dsdisc.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
ffcret.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
ffcret.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
ffpdglr1.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
ffpdglr1.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
ffsbglr1.json activate the ffsbglr1 2026-07-22 15:16:07 -04:00
ffsbglr1.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
fgrp.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
fgrp.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
fresre.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
fresre.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
ftcstm.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
ftcstm.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
ftcstp.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
ftcstp.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
ftcstr.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
ftcstr.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
ggtp.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
ggtp.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gl00100.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gl00100.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gl00105.json updates 2026-08-06 15:39:22 -04:00
gl00105.sql updates 2026-08-06 15:39:22 -04:00
gl10110.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gl10110.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gl10111.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gl10111.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gl20000.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gl20000.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gl30000.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gl30000.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gldate.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gldate.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gldatref.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gldatref.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
glie.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
glie.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
glmt.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
glmt.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gtran.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
gtran.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
icstm.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
icstm.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
icstp.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
icstp.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
icstr.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
icstr.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
icstt.json updates 2026-08-06 15:39:22 -04:00
icstt.sql Add Bucket 2 CMS incremental modules (6 tables) 2026-07-27 22:17:39 -04:00
iprca.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
iprca.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
iprcb.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
iprcb.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
iprcbhc.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
iprcbhc.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
iprcc.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
iprcc.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
iprcct.json updates 2026-08-06 15:39:22 -04:00
iprcct.sql updates 2026-08-06 15:39:22 -04:00
iprcctn.json updates 2026-08-06 15:39:22 -04:00
iprcctn.sql updates 2026-08-06 15:39:22 -04:00
iprccto.json updates 2026-08-06 15:39:22 -04:00
iprccto.sql updates 2026-08-06 15:39:22 -04:00
irea.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
irea.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
itemm.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
itemm.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
iv00101.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
iv00101.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
iv00102.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
iv00102.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
live_quotes.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
live_quotes.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
macgrp.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
macgrp.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
majg.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
majg.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
marktable.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
marktable.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
mast.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
mast.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
mc00200.json updates 2026-08-06 15:39:22 -04:00
mc00200.sql updates 2026-08-06 15:39:22 -04:00
methdm.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
methdm.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
methdo.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
methdo.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
methdr.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
methdr.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
methh.json Add Bucket 2 CMS incremental modules (6 tables) 2026-07-27 22:17:39 -04:00
methh.sql Add Bucket 2 CMS incremental modules (6 tables) 2026-07-27 22:17:39 -04:00
mkptgroup.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
mkptgroup.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
mmgp.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
mmgp.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
mmsl.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
mmsl.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
moldmast.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
moldmast.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
name.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
name.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
ocrh.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
ocrh.sql Catch order status changes via an open-order hot set 2026-08-11 11:02:57 -04:00
ocri.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
ocri.sql Catch order status changes via an open-order hot set 2026-08-11 11:02:57 -04:00
ocrs.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
ocrs.sql Catch order status changes via an open-order hot set 2026-08-11 11:02:57 -04:00
oid.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
oid.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
oih.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
oih.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
ois.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
ois.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
opcode.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
opcode.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
osm_aop.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
osm_aop.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
osm_fc.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
osm_fc.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
plnt.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
plnt.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
pm00200.json updates 2026-08-06 15:39:22 -04:00
pm00200.sql updates 2026-08-06 15:39:22 -04:00
poh_deleted.json Sync purchase orders incrementally 2026-08-18 22:44:24 -04:00
poh_deleted.sql Sync purchase orders incrementally 2026-08-18 22:44:24 -04:00
poh.json Sync purchase orders incrementally 2026-08-18 22:44:24 -04:00
poh.sql Sync purchase orders incrementally 2026-08-18 22:44:24 -04:00
poi.json Sync purchase orders incrementally 2026-08-18 22:44:24 -04:00
poi.sql Sync purchase orders incrementally 2026-08-18 22:44:24 -04:00
punit.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
punit.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
qcrh.json updates 2026-08-06 15:39:22 -04:00
qcrh.sql updates 2026-08-06 15:39:22 -04:00
qcri.json updates 2026-08-06 15:39:22 -04:00
qcri.sql updates 2026-08-06 15:39:22 -04:00
qcrs.json updates 2026-08-06 15:39:22 -04:00
qcrs.sql updates 2026-08-06 15:39:22 -04:00
qtnote.json updates 2026-08-06 15:39:22 -04:00
qtnote.sql updates 2026-08-06 15:39:22 -04:00
resre.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
resre.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
rm00101.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
rm00101.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
rm00301.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
rm00301.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
rm20101.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
rm20101.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
rm30101.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
rm30101.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
rprh.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
rprh.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
sach.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
sach.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
sop10100.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
sop10100.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
sop10102.json updates 2026-08-06 15:39:22 -04:00
sop10102.sql updates 2026-08-06 15:39:22 -04:00
sop10200.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
sop10200.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
sop30200.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
sop30200.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
sop30300.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
sop30300.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
sscc.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
sscc.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
stka.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
stka.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
stkb.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
stkb.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
stkmm.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
stkmm.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
stkmp.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
stkmp.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
stnote.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
stnote.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
surcharge_ms.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
surcharge_ms.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
surcharge.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
surcharge.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
surchargep.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
surchargep.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
surchgexc.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
surchgexc.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
sy03300.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
sy03300.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
sy40100.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
sy40100.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
tb_addbacks.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
tb_addbacks.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
tbfc.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
tbfc.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
terms.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
terms.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
uqf.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
uqf.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
userdetail.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
userdetail.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
usrc.json feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
usrc.sql feat: version-control pipeline definitions via export/apply 2026-07-22 10:56:55 -04:00
usrcust.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
usrcust.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
usrd.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
usrd.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
vend.json Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00
vend.sql Add Bucket 1 CMS→pipekit modules (41 tables) 2026-07-27 12:33:48 -04:00