Open noeliaarcadiaconsulting opened 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.
I won't have time to pull this down and test it for a little while. Would love help with the review...
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.