wheel
wheel copied to clipboard
move to db:prepare in setup task
as per https://www.bigbinary.com/blog/rails-6-adds-rails-db-prepare-to-migrate-or-setup-a-database
rails db:create
# run the migrations
rails db:migrate
# prepopulate the database with initial/default data
rails db:seed
can be replaced with rails db:prepare