using System.Data.Entity.Migrations; using InventoryTraker.Web.Data; namespace InventoryTraker.Web.Migrations { internal sealed class Configuration : DbMigrationsConfiguration { public Configuration() { AutomaticMigrationsEnabled = true; // TODO false AutomaticMigrationDataLossAllowed = true; } protected override void Seed(AppDbContext context) { } } }