Skip to content

Instantly share code, notes, and snippets.

@machupicchubeta
Last active August 29, 2015 13:58
Show Gist options
  • Save machupicchubeta/10013190 to your computer and use it in GitHub Desktop.
Save machupicchubeta/10013190 to your computer and use it in GitHub Desktop.
liquibase migrate command
liquibase --url=jdbc:postgresql://<hostname or ip>/<database name> --username=machupicchubeta --driver=org.postgresql.Driver --classpath=/Users/machupicchubeta/bin/postgresql-9.3-1101.jdbc41.jar --defaultSchemaName=public --changeLogFile=20140404184159_create_public_tables.xml migrate (or update)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment