Skip to content

Commit bd90223

Browse files
committed
Alter Content.SourceURL length
1 parent 1a4dc2c commit bd90223

File tree

4 files changed

+7544
-3
lines changed

4 files changed

+7544
-3
lines changed

libs/net/dal/Configuration/ContentConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public override void Configure(EntityTypeBuilder<Content> builder)
2929
builder.Property(m => m.IsHidden).IsRequired();
3030
builder.Property(m => m.IsApproved).IsRequired();
3131
builder.Property(m => m.IsPrivate).IsRequired();
32-
builder.Property(m => m.SourceUrl).IsRequired().HasMaxLength(500);
32+
builder.Property(m => m.SourceUrl).IsRequired().HasMaxLength(1000);
3333
builder.Property(m => m.Headline).IsRequired().HasMaxLength(500);
3434
builder.Property(m => m.Page).IsRequired().HasMaxLength(20);
3535
builder.Property(m => m.Summary).IsRequired().HasColumnType("text");

0 commit comments

Comments
 (0)