Refactored to use postgres for production and sqlite for development
This commit is contained in:
committed by
Chris
parent
b837e1aad2
commit
416d668294
@@ -6,7 +6,7 @@ namespace Example.Data;
|
||||
|
||||
public class ApplicationDbContext : IdentityDbContext
|
||||
{
|
||||
public ApplicationDbContext(DbContextOptions<ApplicationDbContext> options)
|
||||
public ApplicationDbContext(DbContextOptions options)
|
||||
: base(options)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user