mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Extend identity role model.
This commit is contained in:
@@ -33,7 +33,7 @@ using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace Marechai.Database.Models
|
||||
{
|
||||
public class MarechaiContext : IdentityDbContext
|
||||
public class MarechaiContext : IdentityDbContext<ApplicationUser, ApplicationRole, string>
|
||||
{
|
||||
public MarechaiContext() { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user