* @copyright 2007-2021 ETS-Soft * @license Valid for 1 website (or project) for each purchase of license * International Registered Trademark & Property of ETS-Soft */ if (!defined('_PS_VERSION_')) exit; function upgrade_module_2_0_7($object) { return (bool)Db::getInstance()->execute( $object->alterSQL('ets_mm_block', 'display_image_cat', 'int(1) tinyint(1) NOT NULL DEFAULT "1"') ); }