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
- Host: GitHub
- URL: https://github.com/liquibase/grails-liquibase
- Owner: liquibase
- License: lgpl-2.1
- Created: 2010-10-13T21:32:07.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-01-13T07:27:16.000Z (over 14 years ago)
- Last Synced: 2025-04-10T11:03:49.382Z (6 months ago)
- Language: Groovy
- Homepage: http://liquibase.org/manual/grails
- Size: 9.34 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
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-rollbackCountSQLSet 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