noPublishColumn

This commit is contained in:
Paul Schneider
2025-07-09 13:38:36 +01:00
parent d0d1c652fe
commit 080578c101
3 changed files with 3545 additions and 3 deletions

View File

@ -776,9 +776,6 @@ namespace Yavsc.Migrations
.HasMaxLength(1024)
.HasColumnType("character varying(1024)");
b.Property<bool>("Publish")
.HasColumnType("boolean");
b.Property<string>("Title")
.IsRequired()
.HasMaxLength(1024)