Skip to content

Commit

Permalink
add clean intersection tables task to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tbuckl committed May 5, 2015
1 parent 53e6050 commit 1680afd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ clean: clean_db clean_shapefiles

clean_db:
sudo bash load/clean_db.sh

clean_intersection_tables:
PGPASSWORD=vagrant psql \
-p $(DBPORT) -h $(DBHOST) -U $(DBUSERNAME) $(DBNAME) \
-f load/drop_intersection_tables.sql

clean_zoning_intersection:
PGPASSWORD=vagrant psql \
Expand Down

0 comments on commit 1680afd

Please sign in to comment.