From 1680afd70dcf417fbecb2f1ff2290386259aa487 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 4 May 2015 22:38:15 -0700 Subject: [PATCH] add clean intersection tables task to makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index ffc9652..24cfbbd 100644 --- a/Makefile +++ b/Makefile @@ -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 \