Replacing dbupdate_ in admin.php and removing it from Worker\DBUpdate
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user