diff --git a/upgrade/install-6.0.3.php b/upgrade/install-6.0.3.php index cdb05fb..b32ad47 100644 --- a/upgrade/install-6.0.3.php +++ b/upgrade/install-6.0.3.php @@ -27,7 +27,7 @@ exit; } -function upgrade_module_6_0_1($object) +function upgrade_module_6_0_3($object) { return Db::getInstance()->execute('ALTER TABLE `' . _DB_PREFIX_ . 'product_comment` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci') && Db::getInstance()->execute('ALTER TABLE `' . _DB_PREFIX_ . 'product_comment_criterion` CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci')