Skip to content

Commit

Permalink
changed category name length from max to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
JVerbruggen committed Apr 12, 2021
1 parent 5772c14 commit d869c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/Migrations/ApplicationDbContextModelSnapshot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
.HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
b.Property<string>("Name")
.HasColumnType("nvarchar(max)");
.HasColumnType("nvarchar(100)");
b.HasKey("Id");
Expand Down

0 comments on commit d869c19

Please sign in to comment.