-- Add title/body to reminders for rich notification bodies ALTER TABLE reminders ADD COLUMN IF NOT EXISTS title text; ALTER TABLE reminders ADD COLUMN IF NOT EXISTS body text; -- Add metadata to list_items for garden task linking ALTER TABLE list_items ADD COLUMN IF NOT EXISTS metadata jsonb;