Academy v4: 3 research-backed lessons (30 slides + audio); new bean logo; custom plan/lot names
Test and deploy / test-and-deploy (push) Successful in 59s

Co-Authored-By: Claude Fable 5 <[email protected]>
This commit is contained in:
Shane Maynard
2026-08-09 14:30:42 -04:00
co-authored by Claude Fable 5
parent ec078116b4
commit 8b80c3fa6f
65 changed files with 1315 additions and 78 deletions
+5
View File
@@ -0,0 +1,5 @@
-- Additive only. Custom display names for roast plans and green bean lots, layered on top of
-- (not replacing) worksheet field 0.1 "Coffee / lot" — COALESCE(NULLIF(name,''), field 0.1) is
-- the fallback everywhere a plan title is shown.
ALTER TABLE roast_plans ADD COLUMN name text NOT NULL DEFAULT '';
ALTER TABLE green_bean_lots ADD COLUMN name text NOT NULL DEFAULT '';