Scalr\Upgrade\Updates\Update20160322130808::run2 PHP Method

run2() protected method

protected run2 ( $stage )
    protected function run2($stage)
    {
        $this->console->out('Adding ACL resource to manage announcements...');
        $this->db->Execute("\n            INSERT IGNORE INTO `acl_role_resources` (`role_id`, `resource_id`, `granted`)\n            VALUES (?, ?, 1)\n        ", [Acl::ROLE_ID_FULL_ACCESS, Acl::RESOURCE_ANNOUNCEMENTS]);
    }