Fix typo regarding 'Haut-Rhin' region

This commit is contained in:
cgonzalez
2022-03-25 16:24:25 +00:00
parent b0b19b447d
commit 2f91f16c2a
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
UPDATE global_province_polygons
SET synonyms = array_append(array_remove(synonyms, 'haut-rhin'), 'haut-rhin')
WHERE adm1_code = 'FRA-5296';