Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save machupicchubeta/10013225 to your computer and use it in GitHub Desktop.
Save machupicchubeta/10013225 to your computer and use it in GitHub Desktop.
liquibase create changelog 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 generateChangeLog > `date +"%Y%m%d%H%M%S"`_create_public_tables.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment