feat: add servings field to Recipe model and implement inventory comparison functionality
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE `Recipe` ADD COLUMN `servings` INTEGER NULL;
|
||||
Reference in New Issue
Block a user