X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c822012aad75b975b89986077757853f9538e250..63781c49531a13f9e86768f21e39de998eae61aa:/utils/update.php?ds=inline diff --git a/utils/update.php b/utils/update.php index 3086a70b..f4decdf1 100644 --- a/utils/update.php +++ b/utils/update.php @@ -305,6 +305,8 @@ if ($aResult['index']) { } runWithEnv($sCmd, $aProcEnv); + + $oDB->query('update import_status set indexed = true'); } if ($aResult['update-address-levels']) {