Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / apps / workbench / db / seeds.rb
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 # This file should contain all the record creation needed to seed the database with its default values.
6 # The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
7 #
8 # Examples:
9 #
10 #   cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }])
11 #   Mayor.create(name: 'Emanuel', city: cities.first)