Create a first migration

This commit is contained in:
2016-09-20 09:08:16 -04:00
parent 3a4fd9f2f2
commit 916c1f0f59
12 changed files with 406 additions and 70 deletions
@@ -9,12 +9,12 @@ namespace InventoryTraker.Web.Migrations
{
AutomaticMigrationsEnabled = true;
// TODO false
AutomaticMigrationDataLossAllowed = true;
AutomaticMigrationDataLossAllowed = false;
}
protected override void Seed(AppDbContext context)
{
}
}
}
}
}