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

run1() protected method

protected run1 ( $stage )
    protected function run1($stage)
    {
        $this->console->out("Change scheduler.status values from 'Finished' to 'Suspended'.");
        $this->db->Execute("\n            UPDATE `scheduler`\n            SET `status` = ?\n            WHERE `status` = ?\n        ", [Scalr_SchedulerTask::STATUS_SUSPENDED, self::STATUS_FINISHED]);
    }