noPublishColumn
This commit is contained in:
parent
5a1c1acb59
commit
6f4f5f94b6
3 changed files with 3545 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue