Skip to content

Commit

Permalink
Merge pull request #237 from Hlavtox/standardize-upgrade-files
Browse files Browse the repository at this point in the history
Standardize upgrade files
  • Loading branch information
Hlavtox authored Jan 11, 2024
2 parents 1a3e582 + aaaa3f2 commit 9a3fc73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion upgrade/upgrade-0.3.php → upgrade/upgrade-0.3.0.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @return bool
*/
function upgrade_module_0_3($module)
function upgrade_module_0_3_0($module)
{
return $module->registerHook('displayProductListFunctionalButtons')
&& $module->registerHook('top');
Expand Down
2 changes: 1 addition & 1 deletion upgrade/upgrade-1.1.php → upgrade/upgrade-1.1.0.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*
* @return bool
*/
function upgrade_module_1_1($module)
function upgrade_module_1_1_0($module)
{
$result = true;
$list_fields = Db::getInstance()->executeS('SHOW FIELDS FROM `' . _DB_PREFIX_ . 'wishlist`');
Expand Down

0 comments on commit 9a3fc73

Please sign in to comment.