Files
recipe-app/backend/prisma/migrations/20260417400000_add_meal_plan_servings/migration.sql
T
Nils-Johan Gynther 21dc06829a feat(meal-plan): add servings field to MealPlanEntry and update related functionality
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
2026-04-17 22:50:41 +02:00

3 lines
80 B
SQL

-- AlterTable
ALTER TABLE `MealPlanEntry` ADD COLUMN `servings` INTEGER NULL;