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

Skip migrations when reinstalling missing code #76

Merged
merged 1 commit into from
May 18, 2017

Commits on May 18, 2017

  1. Skip migrations when reinstalling missing code

    Because the app was already installed, no migrations must be run at this
    stage. Later on, the upgrade process might notice a version change and
    run migrations anyway. This part ensures it doesn't happen twice during
    the upgrade process.
    PVince81 committed May 18, 2017
    Configuration menu
    Copy the full SHA
    7035734 View commit details
    Browse the repository at this point in the history