mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-23 19:49:58 -04:00
3 lines
81 B
SQL
3 lines
81 B
SQL
-- Add down migration script here
|
|
ALTER TABLE recipes DROP COLUMN serving_count;
|