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

Allow to migrate all migrations with one "mark_migrated" call #125

Merged
merged 4 commits into from
Sep 30, 2015

Commits on Sep 30, 2015

  1. Allow to migrate all migrations with one "mark_migrated" call

    Added a special value "all" for the "version" argument of the "mark_migrated" command.
    It allows to mark all migrations found (based on the other arguments) as migrated in one call.
    Everything is done in one transaction. If one the marking as migrated operations raises an exception, the entire process is cancelled and the transaction rollbacked.
    HavokInspiration committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    0eabef5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a848cec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f1b25b View commit details
    Browse the repository at this point in the history
  4. Fix CS

    HavokInspiration committed Sep 30, 2015
    Configuration menu
    Copy the full SHA
    b38c91d View commit details
    Browse the repository at this point in the history