Skip to content

mybatis-migrations-3.3.0

Compare
Choose a tag to compare
@harawata harawata released this 25 Apr 15:44
· 783 commits to master since this release

Enhancements:

  • Support pre/post-migration hooks #52
  • Support onabort.sql executed when migration is aborted. #47

Bug fixes:

  • Migration succeeds even if compiling procedure failed. #46
  • Down command does not work with case sensitive column names. #65
  • Variable substitution does not work in custom templates. #69