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
+1 -1
View File
@@ -14,7 +14,7 @@ namespace InventoryTraker.Web
BundleConfig.RegisterBundles(BundleTable.Bundles);
FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
EFConfig.Initialize();
SeedData.Init();
//SeedData.Init();
}
}
}