diff --git a/README.md b/README.md index 593b50d..45632c8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ between the supported file formats(xml,yaml,json,sql). The project comes with t liquify bash shell script as the default way to launch the tool. However, if you do not have BASH on your machine, you can still launch the tool using the java command as well (java -jar liquify.jar [-options] ). +_Note: When using the sql change log file type, not all bundled change commands are supported the different +database types (i.e. createSequence, addAutoIncrement, etc). If the tool fails to build when trying to, +convert to the sql type, it could be because of the desired database type not supporting a bundle change command +in the source change log file._ + +### Usage ``` Usage: liquify [-options] @@ -20,10 +26,6 @@ Usage: Example Usage: liquify -t sql -db oracle db.changelog.xml (db.changelog.xml => db.changelog.oracle.sql) ``` -_Note: When using the sql change log file type, not all bundled change commands are supported the different -database types (i.e. createSequence, addAutoIncrement, etc). If the tool fails to build when trying to, -convert to the sql type, it could be because of the desired database type not supporting a bundle change command -in the source change log file._ ### Building The project requires JDK 1.6+. To build the project, simple run the following gradle wrapper command: