Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Mar 13, 2024
1 parent 0dcebbb commit f6e916b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/setup
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ do
done

# additional indexes for veg
psql -v ON_ERROR_STOP=1 $DATABASE_URL -c \
$PSQL -c \
"CREATE INDEX ON whse_forest_vegetation.veg_comp_lyr_r1_poly (for_mgmt_land_base_ind); \
CREATE INDEX ON whse_forest_vegetation.veg_comp_lyr_r1_poly (inventory_standard_cd); \
CREATE INDEX ON whse_forest_vegetation.veg_comp_lyr_r1_poly (non_productive_descriptor_cd); \
Expand Down

0 comments on commit f6e916b

Please sign in to comment.