Skip to content

Commit

Permalink
fix #527 (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris authored Jul 19, 2024
1 parent 911772c commit bc32cb6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ with barriers as
h.all_spawningrearing_km,
ad.features_dnstr as barriers_anthropogenic_dnstr
from bcfishpass.crossings_upstream_habitat_wcrp h
-- barriers only
inner join bcfishpass.barriers_anthropogenic b on h.aggregated_crossings_id = b.barriers_anthropogenic_id
-- get the dnstr barrier ids
left outer join bcfishpass.crossings_dnstr_barriers_anthropogenic ad on h.aggregated_crossings_id = ad.aggregated_crossings_id
),
Expand Down

0 comments on commit bc32cb6

Please sign in to comment.