Skip to content

Commit

Permalink
fix schema ref
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Apr 25, 2024
1 parent 6ea2674 commit cdcf0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/02_habitat_linear/habitat_linear.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $PSQL -c "refresh materialized view bcfishpass.crossings_upstr_barriers_per_mode
$PSQL -c "refresh materialized view bcfishpass.crossings_upstr_observations_vw"
$PSQL -c "refresh materialized view bcfishpass.crossings_dnstr_observations_vw"
#$PSQL -c "refresh materialized view bcfishpass.crossings_admin" # generate admin as needed for now, this query is too resource intensive
$PSQL -c "refresh materialized view bcfishpass.bcfishpass.crossings_wcrp_vw"
$PSQL -c "refresh materialized view bcfishpass.crossings_wcrp_vw"
$PSQL -c "refresh materialized view bcfishpass.crossings_vw"

# Finished processing!
Expand Down

0 comments on commit cdcf0b4

Please sign in to comment.