fordfrog / apgdiff

Another PostgreSQL Diff Tool
http://www.apgdiff.com
MIT License
353 stars 138 forks source link

Add supports for CREATE SEQUENCE IF NOT EXISTS and CREATE INDEX IF NOT EXISTS. #276

Open UltramanJack opened 4 years ago

UltramanJack commented 4 years ago

I updated CreateSequenceParser.java and CreateIndexParser.java, fixed the function parse(final PgDatabase database, final String statement) for both of them