Scalr\Upgrade\Updates\Update20160112084525::run1 PHP Метод

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

protected run1 ( $stage )
    protected function run1($stage)
    {
        $this->console->out('Renaming instance type property names...');
        $this->db->Execute("\n            UPDATE farm_role_settings fs\n            SET fs.name = ?\n            WHERE fs.name IN (?, ?, ?, ?, ?, ?)", [FarmRoleSetting::INSTANCE_TYPE, 'rs.flavor-id', 'azure.vm-size', 'openstack.flavor-id', 'gce.machine-type', 'cloudstack.service_offering_id', 'aws.instance_type']);
    }