Advertisement
Guest User

Untitled

a guest
Jun 8th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. ./pgcodekeeper-cli --apgdiff --diff --license my.license \
  4. --dbOld-format db --dbNew-format db \
  5. --allow-danger-ddl DROP_TABLE,DROP_COLUMN,ALTER_COLUMN,RESTART_WITH \
  6. jdbc:postgresql://localhost:5433/dev2 \
  7. jdbc:postgresql://localhost:5433/dev1 \
  8. ${1:-/dev/stdout}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement