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

@@ -8,7 +8,7 @@ namespace PARR.DAL.Models.Unit
{
[Table("FieldValues", Schema = DataContextSettings.Unit)]
[Comment("Значения полей ЭК")]
[Index(nameof(Value))]
[Index(nameof(Value), IsUnique = true)]
public class UnitFieldValue : IBase
{
[Key]