Skip to content

Commit

Permalink
Update ApplicationDbContextModelSnapshot.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoK authored Jul 18, 2019
1 parent 2f5b431 commit 7f33da8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
{
#pragma warning disable 612, 618
modelBuilder
.HasAnnotation("ProductVersion", "3.0.0-preview8")
.HasAnnotation("ProductVersion", "3.0.0")
.HasAnnotation("Relational:MaxIdentifierLength", 128)
.HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);

Expand Down

0 comments on commit 7f33da8

Please sign in to comment.