* @copyright 2012-2019 SeoSA * @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_9_12() { HelperDbMEP::loadClass('TemplateProductsMEP')->installDb(); HelperDbMEP::loadClass('TemplateProductsProductMEP')->installDb(); return true; }