Upgrade database to utf8mb4 #42

Merged
MrPetovan merged 3 commits from task/upgrade-to-utf8mb4 into master 2018-04-05 03:28:03 +02:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit 37960dcd38 - Show all commits

View File

@ -208,6 +208,13 @@ if (!function_exists('run_site_probe')) {
$time
);
if (isset($data->addons)) {
$addons = $data->addons;
} else {
// Backward compatibility
$addons = $data->plugins;
}
//Update any health calculations or otherwise processed data.
$parsedDataQuery .= sprintf(
"`dt_last_seen` = NOW(),