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
Add migration_command accessor for overriding (#242)
With rails 6 multiple database support the `db:migrate` command isn't always
what is needed when deploying to an environment.
Other usecases are only running migrations for one of the databases using
something like `db:migrate:primary`.
Exposing the accessor `migration_command` allows flexibility for more scenarios.
0 commit comments