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]>
4 lines
236 B
SQL
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 '';
|