Created
April 7, 2014 00:43
-
-
Save machupicchubeta/10013225 to your computer and use it in GitHub Desktop.
liquibase create changelog command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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