Intial
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System.Data.Entity.Migrations;
|
||||
using InventoryTraker.Web.Data;
|
||||
|
||||
namespace InventoryTraker.Web.Migrations
|
||||
{
|
||||
internal sealed class Configuration : DbMigrationsConfiguration<AppDbContext>
|
||||
{
|
||||
public Configuration()
|
||||
{
|
||||
AutomaticMigrationsEnabled = true;
|
||||
}
|
||||
|
||||
protected override void Seed(AppDbContext context)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user