The very first release version of the Grails dbmigrate plugin is now available in the plugin repository:
- Supports migration from one version of your database schema to the next through
the execution of either SQL scripts, Groovy scripts or Java classes - Migrates both on application launch or from the command line
- grails migrate
- Automatically creates the next SQL script to be filled out
- grails create-migration
Designed to be very similar to 'rails migrate' this plugin will make it very easy to keep your various database instances in synchronization with one another and with your Grails code.
Labels
(None)