Meal rating and some fixes to meals
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Elias Jansson
2025-07-07 15:22:12 +02:00
parent 380978959b
commit 8ebbb803e8
14 changed files with 1770 additions and 249 deletions

View File

@@ -51,6 +51,7 @@ namespace Aberwyn.Data
public DbSet<RecipeLabVersion> RecipeLabVersions { get; set; }
public DbSet<LabIngredient> LabIngredients { get; set; }
public DbSet<LabVersionIngredient> LabVersionIngredients { get; set; }
public DbSet<MealRating> MealRatings { get; set; }
}