Skip to content

Commit

Permalink
fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Jan 5, 2024
1 parent 741759e commit 6d5e35f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/functions/wsg_crossing_summary.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
-- - accessible (per model)
-- - with spawning rearing habitat upstream (per model)

DROP FUNCTION IF EXISTS bcfishpass.wsg_crossings_summary();
CREATE FUNCTION bcfishpass.wsg_crossings_summary()
DROP FUNCTION IF EXISTS bcfishpass.wsg_crossing_summary();
CREATE FUNCTION bcfishpass.wsg_crossing_summary()
RETURNS table (
watershed_group_code text,
crossing_feature_type text,
Expand Down

0 comments on commit 6d5e35f

Please sign in to comment.