This commit is contained in:
@@ -16,9 +16,6 @@ namespace Aberwyn.Data
|
||||
base.OnModelCreating(builder);
|
||||
|
||||
builder.Entity<WeeklyMenu>().ToTable("WeeklyMenu");
|
||||
builder.Entity<Meal>()
|
||||
.Property(m => m.Id)
|
||||
.ValueGeneratedNever();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user