Taiwan: distinguish between Hsinchu City and Hsinchu County

This commit is contained in:
Javier Torres 2018-01-17 16:43:09 +01:00
parent fcc514c23e
commit c2e453b923
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,4 @@
UPDATE global_province_polygons
SET synonyms = array_append(array_remove(synonyms, 'hsinchu'), 'hsinchu county'),
"name" = 'Hsinchu County'
WHERE adm1_code = 'TWN-1162';

View File

@ -6,7 +6,8 @@ VERSION=0.0.1
PATCHES_LIST="20160203_countries_bh_isocode.sql
20160622_countries_synonym_congo.sql
20171004_merge_corsica_and_france.sql"
20171004_merge_corsica_and_france.sql
20180117_hsinchu_synonyms.sql"
mkdir -p $TARGET_DIR_PATCHES