Stop using GenerateValueOnAdd.
This commit is contained in:
parent
9e547d5a9d
commit
7f63665607
|
|
@ -34,7 +34,6 @@ namespace Microsoft.AspNet.Diagnostics.Entity.Tests
|
||||||
builder.Entity("Blogging.Models.Blog", b =>
|
builder.Entity("Blogging.Models.Blog", b =>
|
||||||
{
|
{
|
||||||
b.Property<int>("BlogId");
|
b.Property<int>("BlogId");
|
||||||
b.Property<int>("BlogId").GenerateValueOnAdd();
|
|
||||||
b.Property<string>("Name");
|
b.Property<string>("Name");
|
||||||
b.Key("BlogId");
|
b.Key("BlogId");
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue