feat: implement geometry and relation management services with associated DTOs, repository logic, and database queries
Build and Release / release (push) Successful in 1m20s

This commit is contained in:
2026-06-06 19:19:18 +07:00
parent fd8d413760
commit 463f7a3ac0
6 changed files with 61 additions and 1 deletions
+1
View File
@@ -254,3 +254,4 @@ SELECT entity_id, geometry_id
FROM entity_geometries
WHERE entity_id = ANY($1::uuid[]);