Autobase 0.10.0 released
Autobase 0.10.0 is released.This new version brings some new features to make it easier to use Liquibase with Grails to manage your SQL database migrations:
- Migrations are now Grails artifacts. They are stored in grails-app/migrations and are Groovy classes that are compiled along with other Grails artifacts (migrations are in a closure property of the class).
- There is no more changelog.groovy file. The application runs all migrations found thanks to Grails artifact system.
- There is now a runAfter property in the migration classes that allows to control the order in which the different migration classes are executed.
- Documentation: http://grails.org/plugin/autobase
- Source code: https://github.com/antoineroux/autobase