kitchen/kitchen/migrations/20240701002811_recipe-servings.down.sql

3 lines
81 B
SQL

-- Add down migration script here
ALTER TABLE recipes DROP COLUMN serving_count;