* @copyright 2007-2017 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA */ function upgrade_module_1_8_6($module) { //Edit database to handle multishop scenario on the Discounts Db::getInstance()->Execute('ALTER TABLE `'._DB_PREFIX_.'cartabandonmentpro_cartrule` ADD id_shop int(11) NOT NULL'); return $module; }