Files
Shane MaynardandClaude Fable 5 f781930832
Test and deploy / test-and-deploy (push) Successful in 1m16s
Add a Recipe/steps field to brew logging
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]>
2026-08-09 08:02:06 -04:00

4 lines
236 B
SQL

-- 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 '';