feat(all): удалена колонка WorkGroup из таблицы Hosts
This commit is contained in:
@@ -63,7 +63,7 @@ namespace PARR.API.Controllers.V1
|
||||
// шаблоны
|
||||
query = query.Include(t => t.Template)
|
||||
.ThenInclude(t => t!.Host).ThenInclude(t => t!.ResponseArea)
|
||||
.ThenInclude(t => t!.Hosts).ThenInclude(t => t.WorkGroupItem)
|
||||
.ThenInclude(t => t!.Hosts).ThenInclude(t => t.WorkGroup)
|
||||
.Include(t => t.Template)
|
||||
.ThenInclude(a => a!.ApplicationsInWork)
|
||||
.ThenInclude(w => w!.Work)
|
||||
@@ -77,7 +77,7 @@ namespace PARR.API.Controllers.V1
|
||||
// тут не делаем AsSplitQuery, не может подтянуть все таблицы
|
||||
query = query.Include(t => t.Template)
|
||||
.ThenInclude(t => t!.Host).ThenInclude(t => t!.ResponseArea)
|
||||
.ThenInclude(t => t!.Hosts).ThenInclude(t => t.WorkGroupItem)
|
||||
.ThenInclude(t => t!.Hosts).ThenInclude(t => t.WorkGroup)
|
||||
.Include(t => t.Template)
|
||||
.ThenInclude(t => t!.ApplicationsInWork)
|
||||
.ThenInclude(t => t!.EsppSchValues)
|
||||
|
||||
Reference in New Issue
Block a user