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

run1() protected method

protected run1 ( $stage )
    protected function run1($stage)
    {
        $this->console->out("Adding 'is_scalarized' field to 'images'");
        $this->db->Execute("ALTER TABLE `images` ADD `is_scalarized` tinyint(1) NOT NULL DEFAULT '1'");
    }