Drop tables to force redo on update

Reorder
This commit is contained in:
stirringhalo
2016-12-28 18:16:49 -05:00
parent 4cddab00fb
commit f98ade427e
5 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
DROP TABLE IF EXISTS osm_transportation_name_linestring;
DROP TABLE IF EXISTS osm_transportation_name_linestring_gen1;
DROP TABLE IF EXISTS osm_transportation_name_linestring_gen2;
DROP TABLE IF EXISTS osm_transportation_name_linestring_gen3;
-- Instead of using relations to find out the road names we
-- stitch together the touching ways with the same name
-- to allow for nice label rendering