Skip to content

Commit

Permalink
fix #162
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Oct 10, 2024
1 parent 98003f8 commit 7fee205
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extras/channel_width/sql/fiss_stream_sample_sites_events.sql
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ ON c.linear_feature_id = s.linear_feature_id
INSERT INTO fwapg.fiss_stream_sample_sites_events_sp
(
stream_sample_site_id,
blue_line_key,
linear_feature_id,
wscode_ltree,
localcode_ltree,
Expand All @@ -190,6 +191,7 @@ INSERT INTO fwapg.fiss_stream_sample_sites_events_sp
)
SELECT
stream_sample_site_id,
blue_line_key,
linear_feature_id,
wscode_ltree,
localcode_ltree,
Expand Down

0 comments on commit 7fee205

Please sign in to comment.