diff --git a/upgrade/install-5.0.0.php b/upgrade/install-5.0.0.php deleted file mode 100644 index dea7c5ee..00000000 --- a/upgrade/install-5.0.0.php +++ /dev/null @@ -1,38 +0,0 @@ - - * @copyright Since 2007 PrestaShop SA and Contributors - * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) - */ -if (!defined('_PS_VERSION_')) { - exit; -} - -function upgrade_module_5_0_0($object) -{ - if (!Configuration::hasKey('PRODUCT_COMMENTS_PAGE_COMMENTS_NB')) { - Configuration::set('PRODUCT_COMMENTS_PAGE_COMMENTS_NB', 8); - } - if (!Configuration::hasKey('PRODUCT_COMMENTS_USEFULNESS')) { - Configuration::set('PRODUCT_COMMENTS_USEFULNESS', 1); - } -}