fordfrog / apgdiff

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

Oldrelation delete triggers #220

Open noeliaarcadiaconsulting opened 7 years ago

noeliaarcadiaconsulting commented 7 years ago

Fixed problem when relation is removed and its triggers not. -Modified dropTriggers method in PgDiffTriggers.java, for check if any relations existing in oldSchema don't exist any more in newSchema, and then their triggers must be dropped.

chadfurman commented 7 years ago

I won't have time to pull this down and test it for a little while. Would love help with the review...