fix: 修复套餐新增草稿默认值与开关落库
This commit is contained in:
@@ -6298,7 +6298,7 @@ namespace TakeoutSaaS.Infrastructure.Migrations
|
||||
b.Property<int>("PublishStatus")
|
||||
.ValueGeneratedOnAdd()
|
||||
.HasColumnType("integer")
|
||||
.HasDefaultValue(1)
|
||||
.HasDefaultValue(0)
|
||||
.HasComment("发布状态:0=草稿,1=已发布。");
|
||||
|
||||
b.Property<int>("SortOrder")
|
||||
|
||||
Reference in New Issue
Block a user