Merge pull request #3139 from annando/issue-3135

Issue 3135: dbupdate is started again and again
This commit is contained in:
Tobias Diekershoff
2017-01-31 07:30:15 +01:00
committed by GitHub

View File

@@ -20,6 +20,10 @@ function dbupdate_run(&$argv, &$argc) {
Config::load(); Config::load();
// We are deleting the latest dbupdate entry.
// This is done to avoid endless loops because the update was interupted.
Config::delete('database','dbupdate_'.DB_UPDATE_VERSION);
update_db($a); update_db($a);
} }