Skip to content

Commit

Permalink
correct function name
Browse files Browse the repository at this point in the history
  • Loading branch information
leemyongpakvn committed Oct 4, 2023
1 parent b05b70d commit d6078d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade/install-6.0.3.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit d6078d1

Please sign in to comment.