Fix two france regions with typo

This commit is contained in:
Mario de Frutos
2019-01-11 16:45:33 +01:00
parent 677c522926
commit f693b935c0
2 changed files with 11 additions and 1 deletions

View File

@@ -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';