Merge branch '15795-sys-root-token' refs #15795
[arvados.git] / services / api / app / models / database_seeds.rb
index bc68283db290dd5a84b7d05196b910eef55074c5..6e7ab9b07677421ca76dcd6ddb57bc98ff8cb7a8 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class DatabaseSeeds
   extend CurrentApiClient
   def self.install
@@ -5,6 +9,7 @@ class DatabaseSeeds
     system_group
     all_users_group
     anonymous_group
+    anonymous_group_read_permission
     anonymous_user
     empty_collection
   end