Skip to content

Commit

Permalink
Update 06_symbology_functions.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
varrieta authored and m-kuhn committed Jan 9, 2018
1 parent a4fe6d6 commit 68db753
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 06_symbology_functions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,9 @@ BEGIN
rp_obj_id = OLD.obj_id;
END CASE;


UPDATE qgep.od_reach
SET progression_geometry = progression_geometry;
SET progression_geometry = progression_geometry; --To retrigger the calculate_length trigger on reach update

SELECT ws.obj_id INTO _ws_obj_id
FROM qgep.od_wastewater_structure ws
Expand Down

2 comments on commit 68db753

@varrieta
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does it mean when the commit get a red cross? Should I modify it?

@sjib
Copy link
Contributor

@sjib sjib commented on 68db753 Jan 31, 2018 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.