feat(dal): В таблицу TemplateHistory добавлено поле ScheduleEsppId

This commit is contained in:
Mikhail Trubnikov
2026-03-05 12:29:41 +10:00
parent b2b5516326
commit a0369b9ebb
4 changed files with 4190 additions and 0 deletions

View File

@@ -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");