Merge branch 'master' into fix/ch175898/gcp-github-actions

This commit is contained in:
Manuel López Ruiz 2022-03-30 18:03:23 +02:00 committed by GitHub
commit 388f7f1d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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';

View File

@ -11,7 +11,8 @@ PATCHES_LIST="20160203_countries_bh_isocode.sql
20180306_add_ssd_rows_for_south_sudan.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 20190111_france_regions_typos.sql
20210118_add_renamed_country_north_macedonia.sql" 20210118_add_renamed_country_north_macedonia.sql
20220325_france_region_haut-rhin_typo.sql"
mkdir -p $TARGET_DIR_PATCHES mkdir -p $TARGET_DIR_PATCHES