X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a96adab2a4758c7a969156621c0ed4fe710b98c2..a9a4f7d43340f4f317fb041c93b9aa9c1b6e51c8:/services/api/db/seeds.rb diff --git a/services/api/db/seeds.rb b/services/api/db/seeds.rb index d397b91bfd..b40bd4d0ed 100644 --- a/services/api/db/seeds.rb +++ b/services/api/db/seeds.rb @@ -1,12 +1,9 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + # This file seeds the database with initial/default values. # # It is invoked by `rake db:seed` and `rake db:setup`. -# These two methods would create these objects on demand -# later anyway, but it's better form to create them up front. -include CurrentApiClient -system_user -system_group -anonymous_group -anonymous_user -empty_collection +DatabaseSeeds.install