1 class AddSystemGroup < ActiveRecord::Migration
2 include CurrentApiClient
5 # Make sure the system group exists.
13 # Destroy the automatically generated links giving system_group
14 # permission on all users.
15 Link.destroy_all(tail_uuid: system_group_uuid, head_kind: 'arvados#user')