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

<?php

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

    $db->delete('eventbus_deleted_objects', 'id_object = 0');
    $db->delete('eventbus_incremental_sync', 'id_object = 0');

    return true;
}


??

??