1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
5 class AddSystemGroup < ActiveRecord::Migration
6 include CurrentApiClient
9 # Make sure the system group exists.
17 # Destroy the automatically generated links giving system_group
18 # permission on all users.
19 Link.destroy_all(tail_uuid: system_group_uuid, head_kind: 'arvados#user')