viaboxx-dbmigrate: setup and migrate the database of your grails project
Dependency :
compile ":viaboxx-dbmigrate:1.3.3"
Summary
This plugin is tested with grails 1.3.6.Newer releases of the plugin available, but not published on codehaus anymore.For newer releases of the plugin (for grails 1.3.x) and documentation, write to: roman.stumm@viaboxx.de
Installation
grails install-plugin viaboxx-dbmigrateFor more information refer to the Wiki at http://code.google.com/p/viaboxx-dbmigrate/
Description
viaboxx-dbmigrate plugin based on agimatec-tools/dbmigrate.Provides database setup, schema migration and schema check functionality, insert data with sql scripts or groovy scripts.More documentation and examples can be found on: http://code.google.com/p/viaboxx-dbmigrate/This plugin is using he agimatec-tools/dbmigrate framework in form of a grails plugin.How to use it?