feat(dal): В таблицу TemplateHistory добавлено поле ScheduleEsppId
This commit is contained in:
@@ -2889,6 +2889,9 @@ namespace PARR.DAL.Migrations
|
||||
b.Property<Guid>("ParentId")
|
||||
.HasColumnType("uuid");
|
||||
|
||||
b.Property<string>("ScheduleEsppId")
|
||||
.HasColumnType("text");
|
||||
|
||||
b.Property<int>("StatusTypeId")
|
||||
.HasColumnType("integer");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user