Skip to content

Commit

Permalink
wrong barrier code
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Dec 11, 2023
1 parent 360d858 commit 336bc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/01_access/sql/barriers_dams_hydro.sql
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FROM bcfishpass.crossings
WHERE
dam_id IS NOT NULL AND
dam_use = 'Hydroelectricity' AND
barrier_status in ('PARTIAL', 'BARRIER') AND
barrier_status IN ('BARRIER', 'POTENTIAL') AND
blue_line_key = watershed_key AND -- do not include side channel features as barriers
watershed_group_code = :'wsg'
ORDER BY watershed_group_code, blue_line_key, downstream_route_measure;

0 comments on commit 336bc2c

Please sign in to comment.