Skip to content

Commit

Permalink
fix #382 (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris authored Aug 23, 2023
1 parent bea3aad commit 3f4d8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/02_habitat_linear/sql/habitat_co.sql
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ model AS
INNER JOIN bcfishpass.wsg_species_presence p ON s.watershed_group_code = p.watershed_group_code
LEFT OUTER JOIN rivers r ON s.waterbody_key = r.waterbody_key
WHERE
p.ch is true AND
p.co is true AND
s.watershed_group_code = :'wsg' AND
-- streams and rivers only
(
Expand Down

0 comments on commit 3f4d8f0

Please sign in to comment.