Dear Community,
We have just released MyBatis Migrations 3.2.1 and Migrations Maven Plugin 1.1.3.
The release notes have links to the related issues:
Thank you for reporting bugs, sending PRs and comments!
Enjoy!
Showing posts with label migrations. Show all posts
Showing posts with label migrations. Show all posts
Saturday, June 11, 2016
Saturday, January 25, 2014
Migrations 3.2.0 Released!
Adds support for runtime schema upgrade (a.k.a. in-app migration).
If you distributed your application in binary form (e.g. WAR or JAR) and want to make some changes to the database schema after the initial release, that's where the Runtime Schema Upgrade helps.
Download: https://github.com/mybatis/migrations/releases
See the changes:
https://github.com/mybatis/migrations/issues?milestone=1&page=1&state=closed
Not familiar with MyBatis Migrations?
MyBatis Migrations is a Java command line tool that keeps track of database schema changes managing DDL files (known as migrations). Allows to query the current status of the database, apply schema changes and also undo them. It also helps to detect and solve concurrent database schema changes made by different developers.
Better watch the video!
If you distributed your application in binary form (e.g. WAR or JAR) and want to make some changes to the database schema after the initial release, that's where the Runtime Schema Upgrade helps.
Download: https://github.com/mybatis/migrations/releases
See the changes:
https://github.com/mybatis/migrations/issues?milestone=1&page=1&state=closed
MyBatis Migrations is a Java command line tool that keeps track of database schema changes managing DDL files (known as migrations). Allows to query the current status of the database, apply schema changes and also undo them. It also helps to detect and solve concurrent database schema changes made by different developers.
Better watch the video!
Sunday, January 19, 2014
New releases: spring-1.2.2, scala-1.0.2 and migrations-maven-plugin 1.1.1
Hooray!!!! another round of releases!
- spring 1.2.2
Bugfixes and small improvements
https://github.com/mybatis/spring/issues?milestone=2&state=closed
- scala 1.0.2
Bugfixes and small improvements
https://github.com/mybatis/scala/issues?page=1&state=closed
- migrations-maven-plugin 1.1.1
Compatible with the new Migrations version.
https://github.com/mybatis/migrations-maven-plugin/issues?page=1&state=closed
Enyoy,
MyBatis Team.
- spring 1.2.2
Bugfixes and small improvements
https://github.com/mybatis/spring/issues?milestone=2&state=closed
- scala 1.0.2
Bugfixes and small improvements
https://github.com/mybatis/scala/issues?page=1&state=closed
- migrations-maven-plugin 1.1.1
Compatible with the new Migrations version.
https://github.com/mybatis/migrations-maven-plugin/issues?page=1&state=closed
Enyoy,
MyBatis Team.
Subscribe to:
Posts (Atom)