feat(api): JobAutoControlController - управление автоматическим созданием/деактивацией/активацией РР

This commit is contained in:
Mikhail Trubnikov
2024-09-09 15:48:49 +10:00
parent c74086412b
commit 60c525da54
13 changed files with 3505 additions and 8 deletions

View File

@@ -1619,7 +1619,8 @@ namespace PARR.DAL.Migrations
b.HasKey("Id");
b.HasIndex("JobAutoControlId");
b.HasIndex("JobAutoControlId", "Name")
.IsUnique();
b.ToTable("JobEkMasks");
});