3 * @file src/Worker/DBUpdate.php
4 * @brief This file is called when the database structure needs to be updated
6 namespace Friendica\Worker;
8 use Friendica\Core\Config;
11 public static function execute() {
14 // We are deleting the latest dbupdate entry.
15 // This is done to avoid endless loops because the update was interupted.
16 Config::delete('database', 'dbupdate_'.DB_UPDATE_VERSION);