dbm-changelog-to-groovy
Purpose
Converts a Liquibase XML changelog file to a Groovy DSL file.Description
If the Groovy file name isn't specified the name and location will be the same as the original XML file with a .groovy extension.Usage:grails [environment] dbm-changelog-to-groovy [xml_file_name] [groovy_file_name]
xml_file_name
- The name and path of the XML file to convert
groovy_file_name
- The name and path of the Groovy file