Skip to content

Instantly share code, notes, and snippets.

@rynr
Created November 6, 2014 08:55
Show Gist options
  • Save rynr/95cabd4b52f435ecde0d to your computer and use it in GitHub Desktop.
Save rynr/95cabd4b52f435ecde0d to your computer and use it in GitHub Desktop.
Flyway Migration
mvn flyway:repair flyway:migrate \
-Dflyway.locations=filesystem:path/to/generic-ddl,filesystem:other/path/to/mandator \
-Dflyway.configFile=src/main/resources/flyway.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment