* @copyright 2012-2016 Patryk Marek - PrestaDev.pl * @link http://prestadev.pl * @package PD Facebook Dynamic Ads Feed Pro - PrestaShop 1.5.x and 1.6.x Module * @version 1.0.2 * @license License is for use in domain / or one multistore enviroment (do not modify or reuse this code or part of it) if you want any changes please contact with me at info@prestadev.pl * @date 27-11-2016 */ if (!defined('_PS_VERSION_')) { exit; } function upgrade_module_2_5_7($module) { Db::getInstance(_PS_USE_SQL_SLAVE_)->Execute('ALTER TABLE `'._DB_PREFIX_.'pdgooglemerchantcenterpro` ADD `features_enabled` tinyint() unsigned NOT NULL DEFAULT 1'); return true; }