35604-vm/db/migrations/008_add_instructions_to_recipes.sql
Flatlogic Bot 3830ef477f ai recipes
2026-01-30 22:49:40 +00:00

3 lines
111 B
SQL

-- Add instructions column to recipes table
ALTER TABLE `recipes` ADD COLUMN `instructions` TEXT DEFAULT NULL;