From b1f386cb110a3d187e25903241d5e18c095a25f2 Mon Sep 17 00:00:00 2001 From: Al Date: Thu, 6 Oct 2016 01:37:42 -0400 Subject: [PATCH] [fix] typo --- scripts/geodata/geoplanet/cleanup_geoplanet_db.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/geodata/geoplanet/cleanup_geoplanet_db.sql b/scripts/geodata/geoplanet/cleanup_geoplanet_db.sql index 6cfb55d0..19147faa 100644 --- a/scripts/geodata/geoplanet/cleanup_geoplanet_db.sql +++ b/scripts/geodata/geoplanet/cleanup_geoplanet_db.sql @@ -1388,7 +1388,7 @@ update places set parent_id = 23424972 where country_code = "TM" - and place_type = "Town";Å + and place_type = "Town"; -- States should be cities update places set place_type = "Town"