Merge pull request #245 from CartoDB/s1904_fix_france_region_typos
Fix two france regions with typo
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
UPDATE global_province_polygons
|
||||
SET synonyms = array_append(array_remove(synonyms, 'meurhe-et-moselle'), 'meurthe-et-moselle'),
|
||||
"name" = 'Meurthe-et-Moselle'
|
||||
WHERE adm1_code = 'FRA-5325';
|
||||
|
||||
UPDATE global_province_polygons
|
||||
SET synonyms = array_append(array_remove(synonyms, 'seien-et-marne'), 'seine-et-marne'),
|
||||
"name" = 'Seine-et-Marne'
|
||||
WHERE adm1_code = 'FRA-5342';
|
||||
@@ -9,7 +9,8 @@ PATCHES_LIST="20160203_countries_bh_isocode.sql
|
||||
20171004_merge_corsica_and_france.sql
|
||||
20180117_hsinchu_synonyms.sql
|
||||
20180306_add_ssd_rows_for_south_sudan.sql
|
||||
20181011_add_synonyms_for_swaziland.sql"
|
||||
20181011_add_synonyms_for_swaziland.sql,
|
||||
20190111_france_regions_typos.sql"
|
||||
|
||||
mkdir -p $TARGET_DIR_PATCHES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user