Pizza notice
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
elias
2025-06-06 12:57:49 +02:00
parent b286fed88a
commit 256ce76af1
21 changed files with 2047 additions and 27 deletions

View File

@@ -31,6 +31,8 @@ namespace Aberwyn.Data
public DbSet<Meal> Meals { get; set; }
public DbSet<WeeklyMenu> WeeklyMenus { get; set; }
public DbSet<Ingredient> Ingredients { get; set; }
public DbSet<UserPreferences> UserPreferences { get; set; }
public DbSet<StoredPushSubscription> PushSubscriptions { get; set; }
}
}