Skip to content

Commit

Permalink
Update ana_high_flow_magnitude_ak.sql
Browse files Browse the repository at this point in the history
The table being created was missing the "_ak"
  • Loading branch information
shawncrawley authored May 17, 2024
1 parent 29f33fd commit 69f58e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ SELECT channels.feature_id,
high_flow_mag.flow_50yr,
to_char(now()::timestamp without time zone, 'YYYY-MM-DD HH24:MI:SS UTC') AS update_time,
channels.geom
INTO publish.ana_high_flow_magnitude
INTO publish.ana_high_flow_magnitude_ak
FROM derived.channels_CONUS channels
JOIN high_flow_mag ON channels.feature_id = high_flow_mag.feature_id;
JOIN high_flow_mag ON channels.feature_id = high_flow_mag.feature_id;

0 comments on commit 69f58e2

Please sign in to comment.