mirror of
https://github.com/friendica/friendica
synced 2025-05-04 21:04:10 +02:00
Replacing dbupdate_ in admin.php and removing it from Worker\DBUpdate
This commit is contained in:
parent
f2ca3e5be4
commit
26aee23254
2 changed files with 1 additions and 5 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue