Undo seed data migrations

This commit is contained in:
Stedoss 2022-10-30 03:22:36 +00:00
parent 811b30294d
commit d39ef32169
4 changed files with 3 additions and 14958 deletions

View File

@ -15,10 +15,4 @@ public class LeedsBeerQuestDbContext : DbContext
// Don't need to define these, but explicitly adding them makes them a little more discoverable.
public DbSet<Category> Categories { get; set; }
public DbSet<Tag> Tags { get; set; }
// protected override void OnModelCreating(ModelBuilder modelBuilder)
// {
// var seeder = new LeedsBeerQuestSeeder(modelBuilder, "");
// seeder.Seed();
// }
}