Skip to content

Commit

Permalink
Merge pull request quarkusio#30664 from geoand/flyway-polish
Browse files Browse the repository at this point in the history
Apply minor polish to FlywayProcessor
  • Loading branch information
gastaldi authored Jan 27, 2023
2 parents b137f1b + 3ce1022 commit b5abe45
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@
class FlywayProcessor {

private static final String CLASSPATH_APPLICATION_MIGRATIONS_PROTOCOL = "classpath";
private static final String JAR_APPLICATION_MIGRATIONS_PROTOCOL = "jar";
private static final String FILE_APPLICATION_MIGRATIONS_PROTOCOL = "file";

private static final String FLYWAY_BEAN_NAME_PREFIX = "flyway_";

Expand Down

0 comments on commit b5abe45

Please sign in to comment.