Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 27, 2024
1 parent 45b465f commit 9c3f86c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ CREATE OR REPLACE VIEW tdh_app.vw_pipe_point_feed AS
pipe_point_feed.power_output
FROM tdh_od.pipe_point
LEFT JOIN tdh_od.pipe_point_feed ON pipe_point_feed.obj_id::text = pipe_point.obj_id::text
WHERE pipe_point_feed.kind BETWEEN 8156 AND 8159;
WHERE pipe_point_feed.kind BETWEEN 8156 AND 8159;
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ CREATE OR REPLACE VIEW tdh_app.vw_pipe_point_normal AS
pipe_point_normal.material
FROM tdh_od.pipe_point
LEFT JOIN tdh_od.pipe_point_normal ON pipe_point_normal.obj_id::text = pipe_point.obj_id::text
WHERE pipe_point_normal.kind BETWEEN 8101 AND 8146;
WHERE pipe_point_normal.kind BETWEEN 8101 AND 8146;
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
------ This file generates the postgres database (Modul fernwirkkabel (based on SIA405_FERNWIRKKABEL_3D_2015_LV95 (Version 18.04.2018) in en for QQIS
------ Rename classes for integration in specific TEKSI module based on this convention: https://github.com/orgs/teksi/discussions/100#discussioncomment-9058690
------ Rename classes for integration in specific TEKSI module based on this convention: https://github.com/orgs/teksi/discussions/100#discussioncomment-9058690
------ For questions etc. please contact Stefan Burckhardt stefan.burckhardt@sjib.ch
------ version 25.05.2024 22:31:03
------ with 3D coordinates
Expand Down

0 comments on commit 9c3f86c

Please sign in to comment.