Skip to content

Commit

Permalink
Merge branch 'main' into v0.5.1_dev
Browse files Browse the repository at this point in the history
* main:
  fix #527 (#548)
  • Loading branch information
smnorris committed Jul 19, 2024
2 parents cc56022 + bc32cb6 commit 66b0392
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 66b0392

Please sign in to comment.