using System.Data.Entity.Migrations; namespace Hermes.Migrations { internal sealed class Configuration : DbMigrationsConfiguration { public Configuration() { AutomaticMigrationsEnabled = false; ContextKey = "Hermes"; } protected override void Seed(Hermes.Model.ModelContext context) { // This method will be called after migrating to the latest version. // You can use the DbSet.AddOrUpdate() helper extension method // to avoid creating duplicate seed data. } } }