Bug CORE-1236 should be reopened?

Hi,


I am working with liquibase on an Oracle database (11.2.0.1.0). Among the changes between two DB, we have added index on foreign keys which are not mentionned in the DIFF.


We are at version 3.1.1 so the problem should be fixed by [1] since version 3.0.6, but it still occurs. Do you have non regression test to assert this point is solved? 


How can we help solving that problem?


Cheers,

Martin


[1] https://liquibase.jira.com/browse/CORE-1236

So your two database both have foreign keys but only one has an index on the FK. Are you running diff or diffChangeLog?

Nathan

Sorry for late reply.

I was using liquibase:diff and then liquibase:updateSQL

I reopened the issue and will look into it more. I am working on improving testing which is part of why I hadn’t replied yet. I’ll let you know if I have questions trying to reproduce it.


Nathan