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 full-rollback option for production migrations #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 19, 2015

  1. add full-rollback option for production migrations

    Usecase: running migrations during deploy should not alter the database
    at all. It’s handy to only rollback the last migration during
    development, so the original behaviour is retained.
    
    Side effect: migrations are committed at once, not per single migration.
    Also affects original continue mode, not just full rollback mode.
    Original behaviour could have caused transient problems during deploy.
    Mikulas committed Jul 19, 2015
    Configuration menu
    Copy the full SHA
    5253f5e View commit details
    Browse the repository at this point in the history