layout | title |
---|---|
default |
Informix |
Running liquibase with the the JDBC driver located in the same directory as liquibase:
{% highlight sh %} ./liquibase --classpath=./ifxjdbc.jar --url="jdbc:informix-sqli://::informixserver=; database=" generateChangeLog {% endhighlight %}