Skip to content

Commit

Permalink
Return kind as borehole type (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr authored Feb 26, 2024
2 parents 859cf3b + 533af42 commit 0b711f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api-legacy/v1/borehole/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 0b711f2

Please sign in to comment.