* @copyright 2018 Sarbacane Software * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) */ if ( ! defined('_PS_VERSION_')) { exit; } function upgrade_module_1_0_11($object) { Db::getInstance()->execute('TRUNCATE `' . _DB_PREFIX_ . 'sd_users`'); Db::getInstance()->execute('TRUNCATE `' . _DB_PREFIX_ . 'sd_updates`'); Configuration::updateGlobalValue('SARBACANEDESKTOP_TIMEZONE', ''); return true; }