Skip to content

Instantly share code, notes, and snippets.

@asaushkin
Last active June 8, 2017 12:19
Show Gist options
  • Save asaushkin/5f3d840d1ee24affa5281c60583fbcd2 to your computer and use it in GitHub Desktop.
Save asaushkin/5f3d840d1ee24affa5281c60583fbcd2 to your computer and use it in GitHub Desktop.
#!/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