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

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

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