From: Sarah Hoffmann Date: Wed, 30 Sep 2020 09:33:15 +0000 (+0200) Subject: remove removed index from database check X-Git-Tag: v3.6.0~62^2 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/b969392f4086e1420e0585c70f97927da5febf8c remove removed index from database check --- diff --git a/utils/check_import_finished.php b/utils/check_import_finished.php index 42d834c8..5ec99b81 100755 --- a/utils/check_import_finished.php +++ b/utils/check_import_finished.php @@ -106,7 +106,6 @@ $aExpectedIndices = array( 'idx_placex_rank_address', 'idx_placex_pendingsector', 'idx_placex_parent_place_id', - 'idx_placex_geometry_reverse_lookuppoint', 'idx_placex_geometry_reverse_lookuppolygon', 'idx_placex_geometry_reverse_placenode', 'idx_location_area_country_place_id',