React to EF changes

This commit is contained in:
Arthur Vickers 2015-06-25 16:00:00 -07:00
parent 33a673cd35
commit 15fa458362
1 changed files with 0 additions and 5 deletions

View File

@ -28,10 +28,5 @@ namespace Microsoft.AspNet.Diagnostics.Entity.Tests
{ }
public DbSet<Blog> Blogs { get; set; }
protected override void OnModelCreating(ModelBuilder modelBuilder)
{
modelBuilder.Entity<Blog>().Property(e => e.BlogId).ForSqlServer().UseIdentity();
}
}
}