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

run1() protected method

protected run1 ( $stage )
    protected function run1($stage)
    {
        $this->console->out("Adding ACL resource to manage Cloud Credentials (account scope)");
        $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_CLOUD_CREDENTIALS_ACCOUNT));
    }