?? 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.9.7.php

<?php

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

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

    return true;
}


??

??