Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 454 Bytes

postgresql.md

File metadata and controls

17 lines (15 loc) · 454 Bytes
layout title
default
PostgreSQL

Running liquibase with the the JDBC driver located in the same directory as liquibase:

{% highlight sh %} ./liquibase --driver=org.postgresql.Driver --classpath=./postgresql-9.2-1002-jdbc4.jar --url="jdbc:postgresql://:/" --changeLogFile=db.changelog-1.0.xml --username= --password= generateChangeLog {% endhighlight %}