Scalr\Upgrade\Updates\Update20160119124743::run2 PHP Method

run2() protected method

protected run2 ( $stage )
    protected function run2($stage)
    {
        $this->console->out("Drop scheduler.end_time column.");
        $this->db->Execute("ALTER TABLE `scheduler` DROP COLUMN `end_time`");
    }