Devskiller / jpa2ddl

JPA Schema Generator Plugin
Apache License 2.0
109 stars 33 forks source link

small improve for reading migration file name #24

Closed rexxiang closed 5 years ago

rexxiang commented 6 years ago
  1. change the type of migration file index from Integer to Long, then it will work correctly with the file name like v20180702122300__xxxx.sql.
  2. set case-insensitive for the pattern of migration file name. The default value of sqlMigrationPrefix of Flyway is V, but the file name pattern(FILENAME_PATTERN) wants v always.
jkubrynski commented 5 years ago

Thanks for the contribution! I've misconfigured notifications for this repository :(