* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0 */ function upgrade_module_1_1_0() { $sql = 'ALTER TABLE `' . _DB_PREFIX_ . 'fb_category_match` ADD `is_parent_category` TINYINT(1) NOT NULL AFTER `google_category_id`;'; return Db::getInstance()->execute($sql); }