Scalr\Upgrade\Updates\Update20150612121802::run3 PHP Method

run3() protected method

protected run3 ( $stage )
    protected function run3($stage)
    {
        $this->console->out('Adding index for env_id.');
        $this->sql[] = "ADD INDEX `idx_env_id` (`env_id`)";
    }