apgdiff
apgdiff copied to clipboard
apgdiff was failing on CREATE SCHEMA IF NOT EXISTS statement.
This change skips the IF NOT EXISTS part, as it is irrelevant for apgdiff.
I was unable to compile or run the tests:
BUILD FAILED /mnt/c/mikko/apgdiff/build.xml:97: java.net.UnknownHostException: central.maven.org
BUILD FAILED /mnt/c/mikko/apgdiff/build.xml:97: java.net.UnknownHostException: central.maven.org
I have fixed the build issue in #296.