Rails 6 has Multiple Databases with Active Record.
My question is what if I want to rollback a migration in one specific database?
something like this is not working:
rails db:rollback:primary
Link to "Multiple Databases with Active Record" documentation: https://edgeguides.rubyonrails.org/active_record_multiple_databases.html