Guest User

Untitled

a guest
Aug 26th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. ./mvnw liquibase:update -e \
  2. -Dliquibase.driver="org.postgresql.Driver" \
  3. -Dliquibase.url="jdbc:postgresql://localhost:5432/my-database-name" \
  4. -Dliquibase.username="postgres" \
  5. -Dliquibase.password="postgres" \
  6. -Dliquibase.changeLogFile="src/main/resources/db/changelog/db.changelog-1.0.xml"
Add Comment
Please, Sign In to add comment