Undo seed data migrations
This commit is contained in:
parent
811b30294d
commit
d39ef32169
@ -15,10 +15,4 @@ public class LeedsBeerQuestDbContext : DbContext
|
|||||||
// Don't need to define these, but explicitly adding them makes them a little more discoverable.
|
// Don't need to define these, but explicitly adding them makes them a little more discoverable.
|
||||||
public DbSet<Category> Categories { get; set; }
|
public DbSet<Category> Categories { get; set; }
|
||||||
public DbSet<Tag> Tags { get; set; }
|
public DbSet<Tag> Tags { get; set; }
|
||||||
|
|
||||||
// protected override void OnModelCreating(ModelBuilder modelBuilder)
|
|
||||||
// {
|
|
||||||
// var seeder = new LeedsBeerQuestSeeder(modelBuilder, "");
|
|
||||||
// seeder.Seed();
|
|
||||||
// }
|
|
||||||
}
|
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user