Replacing dbupdate_ in admin.php and removing it from Worker\DBUpdate

This commit is contained in:
Philipp Holzer 2018-10-06 22:15:08 +02:00
parent f2ca3e5be4
commit 26aee23254
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
2 changed files with 1 additions and 5 deletions

View file

@ -12,10 +12,6 @@ class DBUpdate
{
public static function execute()
{
// 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::run();
}
}