Scalr\Upgrade\Updates\Update20150526093814::run2 PHP Метод

run2() защищенный Метод

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