On Mon, Mar 9, 2009 at 10:38 PM, Christian Nelson <[email protected]> wrote:
> The db-migration-maven-plugin > <http://code.google.com/p/c5-db-migration/>provides support for > managing project database structure changes over time > (a la rails migrations). Each change is captured as a discrete migration > (implemented in SQL or Groovy). A history of which migrations have been > applied is stored in the database (table schema_version) and all pending > migrations can be applied using a single goal. The following goals are > provided by the plugin: Care to characterize how this project differs from Liquibase? - Geoffrey -- Geoffrey Wiseman http://www.geoffreywiseman.ca/
