* @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_3_4_3($module) { $upgrade = $module->upgrade; $upgrade->addColumn('newsletter_pro_subscription_tpl', 'terms_and_conditions_url', '`terms_and_conditions_url` TEXT NULL', 'when_to_show'); $upgrade->addColumn('newsletter_pro_subscription_tpl_shop', 'terms_and_conditions_url', '`terms_and_conditions_url` TEXT NULL', 'when_to_show'); return $upgrade->success(); }