Скорректированы dto и sql инструкции для новой базы данных cloud-beta.

This commit is contained in:
Первов Артем
2026-07-01 21:50:05 +03:00
parent 14a75acb15
commit cc3c5fab06
10 changed files with 10 additions and 37 deletions

View File

@@ -12,7 +12,6 @@ export function createTagResponse(rows: TagRow[]): TagResponseDto {
max: row.max,
comment: row.comment,
unitOfMeasurement: row.unit_of_measurement,
edgeIds: row.edge_ids ?? [],
precision: row.precision,
})),
};