?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/modules/ps_eventbus/upgrade/



?? Go up: /home/webdevt/www/schtroumpf.fr/modules/ps_eventbus

?? Viewing: Upgrade-1.7.15.php

<?php

/**
 * @return bool
 */
function upgrade_module_1_7_15()
{
    $db = Db::getInstance();

    $db->update('eventbus_type_sync', ['full_sync_finished' => 0], '`type` = "orders"');

    return true;
}


??

??