Add a Recipe/steps field to brew logging
Test and deploy / test-and-deploy (push) Successful in 1m16s
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:
co-authored by
Claude Fable 5
parent
16d5af83f7
commit
f781930832
@@ -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 '';
|
||||
Reference in New Issue
Block a user