update
This commit is contained in:
@@ -29,5 +29,6 @@ if (!defined('_PS_VERSION_')) {
|
||||
function upgrade_module_2_4_0($object)
|
||||
{
|
||||
$sql = 'ALTER TABLE `' . _DB_PREFIX_ . 'emailsubscription` ADD `id_lang` INT(10) UNSIGNED NOT NULL DEFAULT \'0\' AFTER `active`;';
|
||||
|
||||
return Db::getInstance()->execute($sql);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user