Change database to unblock tests
This commit is contained in:
parent
af6da760c2
commit
c8e8d2dcd4
|
|
@ -32,7 +32,7 @@ namespace Microsoft.AspNet.Identity.Entity
|
||||||
protected override void OnConfiguring(DbContextOptions builder)
|
protected override void OnConfiguring(DbContextOptions builder)
|
||||||
{
|
{
|
||||||
// TODO: pull connection string from config
|
// TODO: pull connection string from config
|
||||||
builder.UseSqlServer(@"Server=(localdb)\v11.0;Database=SimpleIdentity;Trusted_Connection=True;");
|
builder.UseSqlServer(@"Server=(localdb)\v11.0;Database=SimpleIdentity-5-28;Trusted_Connection=True;");
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void OnModelCreating(ModelBuilder builder)
|
protected override void OnModelCreating(ModelBuilder builder)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue