feat(dal): Созданы таблицы JobGroupTypes+UnitsInTemplates, обновлен ключ уникального индекса шаблонов

This commit is contained in:
Mikhail Kuznetsov
2025-11-14 14:48:56 +10:00
parent 334595e81c
commit 48c8741395
19 changed files with 12199 additions and 16 deletions

View File

@@ -249,9 +249,9 @@ namespace PARR.API.Controllers.V1
changed = true;
}
if (orig.isParentRelationships != request.isParentRelationships)
if (orig.IsParentRelationships != request.isParentRelationships)
{
orig.isParentRelationships = request.isParentRelationships;
orig.IsParentRelationships = request.isParentRelationships;
changed = true;
}