Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add migration_command accessor for overriding #242

Merged
merged 1 commit into from
Jul 11, 2020

Commits on Jul 9, 2020

  1. Add migration_command accessor for overriding

    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.
    the-undefined committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    a67d78f View commit details
    Browse the repository at this point in the history