3 use \Friendica\Core\Config;
5 function dbupdate_run(&$argv, &$argc) {
8 // We are deleting the latest dbupdate entry.
9 // This is done to avoid endless loops because the update was interupted.
10 Config::delete('database', 'dbupdate_'.DB_UPDATE_VERSION);