21dc06829a
feat(products): implement bulk update for product categories feat(recipes): add servings input to WriteRecipePage and update MealPlanClient for servings management refactor(types): enhance Product and Category types with additional properties
3 lines
80 B
SQL
3 lines
80 B
SQL
-- AlterTable
|
|
ALTER TABLE `MealPlanEntry` ADD COLUMN `servings` INTEGER NULL;
|