X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e276ec2e94cdb16b99062bf0ec44c958925c9766..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"; }