summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
c822012)
Makes sure that things work as expected when running
`--import-osmosis --no-index` and `--index` separately.
Fixes #1284.
}
runWithEnv($sCmd, $aProcEnv);
}
runWithEnv($sCmd, $aProcEnv);
+
+ $oDB->query('update import_status set indexed = true');
}
if ($aResult['update-address-levels']) {
}
if ($aResult['update-address-levels']) {