mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-27 20:19:51 -04:00
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.
3 lines
82 B
SQL
3 lines
82 B
SQL
-- Add up migration script here
|
|
ALTER TABLE recipes ADD COLUMN serving_count INT;
|