An open API service indexing awesome lists of open source software.

https://github.com/liquibase/grails-liquibase

Source for Liquibase Grails Plugin
https://github.com/liquibase/grails-liquibase

Last synced: 2 months ago
JSON representation

Source for Liquibase Grails Plugin

Awesome Lists containing this project

README

          

The LiquiBase Grails plugin is designed to allow ActiveRecord::Migration-like functionality via the LiquiBase project.

The following commands are currently available:
liquibase-migrate
liquibase-migrateSQL
liquibase-tag
liquibase-rollback
liquibase-rollbackCount
liquibase-rollbackSQL
liquibase-rollbackCountSQL

Set up your database using the standard grails-app/conf/DataSource.groovy file

Add your database changes to the grails-app/migrations/changelog.xml file

A starting changelog.xml is:

For more information on the LiquiBase project, see http://www.liquibase.org