From 3f4e8964e1a603546a79e7e452ba4686f2861a6d Mon Sep 17 00:00:00 2001 From: tschumpr Date: Mon, 26 Feb 2024 12:10:58 +0100 Subject: [PATCH] Return kind as borehole type --- src/api-legacy/v1/borehole/get.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api-legacy/v1/borehole/get.py b/src/api-legacy/v1/borehole/get.py index 6109578e3..769b1db2d 100644 --- a/src/api-legacy/v1/borehole/get.py +++ b/src/api-legacy/v1/borehole/get.py @@ -41,7 +41,7 @@ def get_sql(sql_lock='', file_permission=''): ) t2 ) as creator, {sql_lock} - kind_id_cli as kind, + kind_id_cli as borehole_type, restriction_id_cli as restriction, to_char( restriction_until_bho,