Last active
June 8, 2017 12:19
-
-
Save asaushkin/5f3d840d1ee24affa5281c60583fbcd2 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
./pgcodekeeper-cli --apgdiff --diff --license my.license \ | |
--dbOld-format db --dbNew-format db \ | |
--allow-danger-ddl DROP_TABLE,DROP_COLUMN,ALTER_COLUMN,RESTART_WITH \ | |
jdbc:postgresql://localhost:5433/dev2 \ | |
jdbc:postgresql://localhost:5433/dev1 \ | |
${1:-/dev/stdout} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment