Change database to unblock tests

This commit is contained in:
Hao Kung 2014-05-28 11:51:15 -07:00
parent af6da760c2
commit c8e8d2dcd4
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace Microsoft.AspNet.Identity.Entity
protected override void OnConfiguring(DbContextOptions builder)
{
// 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)