Scalr\Upgrade\Updates\Update20150923084008::run1 PHP Method

run1() protected method

protected run1 ( $stage )
    protected function run1($stage)
    {
        $this->console->out("Adding ACL resource to manage orphaned servers");
        $this->db->Execute("\n            INSERT IGNORE `acl_role_resources` (`role_id`, `resource_id`, `granted`)\n            VALUES (?, ?, 1)\n        ", array(Acl::ROLE_ID_FULL_ACCESS, Acl::RESOURCE_DISCOVERY_SERVERS));
    }