Skip to content

Commit

Permalink
revert to prod wsgs
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Jan 7, 2024
1 parent 4953118 commit 77d128f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/01_access/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
PSQL=psql $(DATABASE_URL) -v ON_ERROR_STOP=1 # point psql to db and stop on errors

# process all watershed groups
#WSGS = $(shell $(PSQL) -AtX -c "SELECT watershed_group_code FROM whse_basemapping.fwa_watershed_groups_poly")
WSGS = $(shell $(PSQL) -AtX -c "SELECT watershed_group_code FROM whse_basemapping.fwa_watershed_groups_poly")
# test with just watershed groups noted in param (misses cross-wsg barreriers)
WSGS = $(shell $(PSQL) -AtX -c "SELECT watershed_group_code FROM bcfishpass.parameters_habitat_method")
#WSGS = $(shell $(PSQL) -AtX -c "SELECT watershed_group_code FROM bcfishpass.parameters_habitat_method")

# define barrier table targets
NATURAL_BARRIERS = .make/barriers_falls \
Expand Down

0 comments on commit 77d128f

Please sign in to comment.