X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2d4263c16812a906589cbc13be26535a85691bd8..0eb72b526bf8bbb011551ecf019f604e17a534f1:/services/api/db/seeds.rb diff --git a/services/api/db/seeds.rb b/services/api/db/seeds.rb index d34dfa024d..b40bd4d0ed 100644 --- a/services/api/db/seeds.rb +++ b/services/api/db/seeds.rb @@ -1,7 +1,9 @@ -# This file should contain all the record creation needed to seed the database with its default values. -# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). +# Copyright (C) The Arvados Authors. All rights reserved. # -# Examples: +# SPDX-License-Identifier: AGPL-3.0 + +# This file seeds the database with initial/default values. # -# cities = City.create([{ :name => 'Chicago' }, { :name => 'Copenhagen' }]) -# Mayor.create(:name => 'Emanuel', :city => cities.first) +# It is invoked by `rake db:seed` and `rake db:setup`. + +DatabaseSeeds.install