Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
pkey: id
c_alter:
fk_pipe:
write: qwat_od.fn_pipe_get_id(NEW.geometry)
write: CASE WHEN NEW.fk_pipe IS NULL THEN qwat_od.fn_pipe_get_id(NEW.geometry) ELSE NEW.fk_pipe END
trig_here: True

custom_update: "PERFORM qwat_od.fn_element_part_set_orientation(NEW.id)"
Expand Down