This commit is contained in:
2025-03-21 20:24:43 +01:00
parent 224398df90
commit f34c9162d4
12427 changed files with 5329941 additions and 373384 deletions

View File

@@ -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);
}