mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
feat: recipe schema now has a setting for serving count
This commit is contained in:
parent
9249dca202
commit
ec18d9de97
@ -0,0 +1,2 @@
|
||||
-- Add down migration script here
|
||||
ALTER TABLE recipes DROP COLUMN serving_count;
|
2
kitchen/migrations/20240701002811_recipe-servings.up.sql
Normal file
2
kitchen/migrations/20240701002811_recipe-servings.up.sql
Normal file
@ -0,0 +1,2 @@
|
||||
-- Add up migration script here
|
||||
ALTER TABLE recipes ADD column serving_count number;
|
Loading…
x
Reference in New Issue
Block a user