← back to Dw Activation Calendar
activation drain: exclude vendor~Schumacher (internal-only, Steve rule 2026-07-16)
b23ac5835e1907591ad2c843a266ad74a9000c0d · 2026-07-16 09:29:23 -0700 · Steve Abrams
Files touched
M scripts/generate-schedule.js
Diff
commit b23ac5835e1907591ad2c843a266ad74a9000c0d
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Jul 16 09:29:23 2026 -0700
activation drain: exclude vendor~Schumacher (internal-only, Steve rule 2026-07-16)
---
scripts/generate-schedule.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/generate-schedule.js b/scripts/generate-schedule.js
index fb07cf5..1397de5 100644
--- a/scripts/generate-schedule.js
+++ b/scripts/generate-schedule.js
@@ -56,6 +56,7 @@ const RR_SQL = `
LEFT JOIN shopify_products p ON p.shopify_id = w.shopify_id
WHERE w.status='pending' AND w.fix_type <> 'reprice-zero'
AND COALESCE(upper(p.status), '') <> 'ACTIVE' -- already-live products are not re-staged
+ AND w.vendor NOT ILIKE '%schumacher%' -- Schumacher is INTERNAL-ONLY (Steve HARD RULE 2026-07-16): never drain to the live store; internal.schumacher.designerwallcoverings.com only
) t
ORDER BY rr, vendor, dw_sku`;
← 737df22 auto-save: 2026-07-16T07:41:55 (1 files) — data/activation-s
·
back to Dw Activation Calendar
·
chore: version bump v1.0.2 (session close — exclude active p 34633c4 →