Add a Recipe/steps field to brew logging
Test and deploy / test-and-deploy (push) Successful in 1m16s

Free-text recipe (bloom, pours, timings) distinct from tasting notes and
next-time notes: new brews.recipe column (migration 007), form textarea,
shown under the recipe summary in brew history, carried by Brew again,
included in backups and the OpenAPI spec.

Co-Authored-By: Claude Fable 5 <[email protected]>
This commit is contained in:
Shane Maynard
2026-08-09 08:02:06 -04:00
co-authored by Claude Fable 5
parent 16d5af83f7
commit f781930832
7 changed files with 40 additions and 9 deletions
+3
View File
@@ -0,0 +1,3 @@
-- Additive only. Free-text recipe/steps for a brew (bloom, pours, plunge timing...) —
-- distinct from tasting_notes (how it tasted) and notes (what to change next time).
ALTER TABLE brews ADD COLUMN recipe text NOT NULL DEFAULT '';