X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/bafbf679b62d440894656601a980cc93474f2a5e..62dbbbede6ac6b75d0bd75a0d21016bcdfc61742:/utils/setup.php diff --git a/utils/setup.php b/utils/setup.php index 86630196..89177914 100755 --- a/utils/setup.php +++ b/utils/setup.php @@ -540,7 +540,6 @@ if ($aCMDResult['calculate-postcodes'] || $aCMDResult['all']) { $sSQL .= " FROM us_postcode WHERE postcode NOT IN"; $sSQL .= " (SELECT postcode FROM location_postcode"; $sSQL .= " WHERE country_code = 'us')"; - } else { $sSQL .= "TRUNCATE TABLE us_postcode"; }