kitchen/kitchen/migrations/20240701002811_recipe-servings.up.sql
Jeremy Wall 9d167fba63 upgrade: Schema version and sqlx version
It's complicated but I while debugging I upgraded sqlx. Shouldn't
have mixed up changes like that but I'm lazy and don't want to redo
it so it'll all have to just be here.
2024-07-10 10:05:09 -05:00

3 lines
82 B
SQL

-- Add up migration script here
ALTER TABLE recipes ADD COLUMN serving_count INT;