]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/update.php
set import_status when indexing only
[nominatim.git] / utils / update.php
index 3086a70b51933a5f08edefa7c7950f29ae748193..f4decdf1e8dd5930b20a0d64d0b457ae13220c0e 100644 (file)
@@ -305,6 +305,8 @@ if ($aResult['index']) {
     }
 
     runWithEnv($sCmd, $aProcEnv);
+
+    $oDB->query('update import_status set indexed = true');
 }
 
 if ($aResult['update-address-levels']) {