Add migration
This commit is contained in:
@@ -12,6 +12,7 @@ namespace MileageTraker.Web.Context
|
||||
public DbSet<User> Users { get; set; }
|
||||
public DbSet<Role> Roles { get; set; }
|
||||
public DbSet<PurposeType> PurposeTypes { get; set; }
|
||||
public DbSet<FuelLog> FuelLogs { get; set; }
|
||||
|
||||
/*
|
||||
* WebSecurity.Register("Demo", "123456", "demo@demo.com", true, "Demo", "Demo");
|
||||
|
||||
Reference in New Issue
Block a user