You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, to be able to run rails db:schema:load:primary_ops, we need to run rails db:schema:dump:primary_ops
first to have db/primary_ops_schema.rb be generated.
rails db:migrate:primary_ops only outputs to schema.rb
Abstract
Currently, to be able to run
rails db:schema:load:primary_ops, we need to runrails db:schema:dump:primary_opsfirst to have
db/primary_ops_schema.rbbe generated.rails db:migrate:primary_opsonly outputs toschema.rb