Current File : /var/www/vinorea/modules/ps_accounts/upgrade/upgrade-5.3.6.php
<?php

/**
 * @param Ps_accounts $module
 *
 * @return bool
 *
 * @throws Exception
 */
function upgrade_module_5_3_6($module)
{
    return true;
}