fix(dal,aihitMainSyncer): FieldValues поле Value теперь уникально. В aihitMainSyncer поднят уровень журналированияя

This commit is contained in:
Mikhail Kuznetsov
2025-05-21 16:50:00 +10:00
parent cd40adaa91
commit 6daf54fc56
7 changed files with 3539 additions and 10 deletions

View File

@@ -2621,7 +2621,8 @@ namespace PARR.DAL.Migrations
b.HasKey("Id");
b.HasIndex("Value");
b.HasIndex("Value")
.IsUnique();
b.ToTable("FieldValues", "unit", t =>
{