Permissions & Authorization for Users #24
Initial Release; Includes Database and MVC refactoring
This commit is contained in:
@@ -13,9 +13,9 @@ namespace Disco.Data.Migrations
|
||||
AutomaticMigrationsEnabled = false;
|
||||
}
|
||||
|
||||
protected override void Seed(DiscoDataContext context)
|
||||
protected override void Seed(DiscoDataContext Database)
|
||||
{
|
||||
context.SeedDatabase();
|
||||
Database.SeedDatabase();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user