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

A Flyway plug-in for cross-platform database deploys #244

Merged
merged 3 commits into from
Nov 17, 2015
Merged

A Flyway plug-in for cross-platform database deploys #244

merged 3 commits into from
Nov 17, 2015

Commits on Nov 9, 2015

  1. A Flyway plug-in for cross-platform database deploys

    A "migrate" plug-in for Flyway, making cross-platform database
    deployments trivial.
    
    Also includes support for a drift-check for SQL Server, MySQL and Oracle
    using Redgate tools.
    Alex-Yates committed Nov 9, 2015
    Configuration menu
    Copy the full SHA
    663e4c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2015

  1. Fixing scriptfile bug for SQL Server (and Oracle)

    Apparently you can't call /scriptfile and /assertidentical at the same
    time. :(
    Alex-Yates committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    a9e9afe View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2015

  1. Improving parameter help text

    User feedback showed usability issue. Hopefully the improved help text
    will resolve this.
    
    Also improved consistency of help text and cut out some waffle.
    Alex-Yates committed Nov 13, 2015
    Configuration menu
    Copy the full SHA
    558b802 View commit details
    Browse the repository at this point in the history