From 2f91f16c2a78666f4ab9ba5e18224e46d7b5570b Mon Sep 17 00:00:00 2001 From: cgonzalez Date: Fri, 25 Mar 2022 16:24:25 +0000 Subject: [PATCH 1/3] Fix typo regarding 'Haut-Rhin' region --- .../admin1/patches/20220325_france_region_haut-rhin_typo.sql | 3 +++ geocoder/geocoder_download_patches.sh | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 geocoder/admin1/patches/20220325_france_region_haut-rhin_typo.sql diff --git a/geocoder/admin1/patches/20220325_france_region_haut-rhin_typo.sql b/geocoder/admin1/patches/20220325_france_region_haut-rhin_typo.sql new file mode 100644 index 0000000..991d3af --- /dev/null +++ b/geocoder/admin1/patches/20220325_france_region_haut-rhin_typo.sql @@ -0,0 +1,3 @@ +UPDATE global_province_polygons + SET synonyms = array_append(array_remove(synonyms, 'haut-rhin'), 'haut-rhin') + WHERE adm1_code = 'FRA-5296'; diff --git a/geocoder/geocoder_download_patches.sh b/geocoder/geocoder_download_patches.sh index eaf298e..5534054 100644 --- a/geocoder/geocoder_download_patches.sh +++ b/geocoder/geocoder_download_patches.sh @@ -11,7 +11,8 @@ PATCHES_LIST="20160203_countries_bh_isocode.sql 20180306_add_ssd_rows_for_south_sudan.sql 20181011_add_synonyms_for_swaziland.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 From 6c43676d860d2dd8c0f70d43f4cc6cb537bb09b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20L=C3=B3pez=20Ruiz?= Date: Wed, 30 Mar 2022 13:31:07 +0200 Subject: [PATCH 2/3] Changes applyed to `SUWTMI4X` --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ffe39c0..5216b52 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v1 - name: Setup gcloud authentication - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@master with: service_account_key: ${{ secrets.GCS }} From 6e300ca54b7a604bfde552bc502574cc3a8f12b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20L=C3=B3pez=20Ruiz?= Date: Wed, 30 Mar 2022 13:31:08 +0200 Subject: [PATCH 3/3] Changes applyed to `JGPR9LOT` --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5216b52..2d0d5c6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v1 - name: Setup gcloud authentication - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: service_account_key: ${{ secrets.GCS }}