Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 339 Bytes

informix.md

File metadata and controls

15 lines (12 loc) · 339 Bytes
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 %}