noPublishColumn

This commit is contained in:
Paul Schneider 2025-07-09 13:38:36 +01:00
commit 6f4f5f94b6
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)