Changed all MaxLength to be 64, 128, 256, or 2048 probably we need to review this
This commit is contained in:
@@ -116,8 +116,8 @@ namespace Hutopy.Web.Features.Contents.Migrations
|
||||
.HasColumnType("uuid");
|
||||
|
||||
b1.Property<string>("Description")
|
||||
.HasMaxLength(255)
|
||||
.HasColumnType("character varying(255)");
|
||||
.HasMaxLength(2048)
|
||||
.HasColumnType("character varying(2048)");
|
||||
|
||||
b1.Property<string>("Title")
|
||||
.HasMaxLength(255)
|
||||
|
||||
Reference in New Issue
Block a user