* @copyright Since 2013 Ovidiu Cimpean * @license Do not edit, modify or copy this file * * @version Release: 4 */ if (!defined('_PS_VERSION_')) { exit; } function upgrade_module_4_9_0($module) { $upgrade = $module->upgrade; $upgrade->updateConfiguration('SHOW_CLEAR_CACHE', 1); $upgrade->alter('newsletter_pro_tpl_history_lang', ' MODIFY template longtext CHARACTER SET utf8mb4 DEFAULT NULL '); return $upgrade->success(); }