liquibase / liquibase

Main Liquibase Source
https://www.liquibase.org
Apache License 2.0
4.74k stars 1.86k forks source link

Liquibase dropAll failed on DB2 schema with expression-based indexes #1299

Open regrog opened 4 years ago

regrog commented 4 years ago

Any new step about this issue? https://liquibase.jira.com/browse/CORE-2877

Thanks

molivasdat commented 4 years ago

Hi @regrog Thanks for bringing this issue back up to attention. We are processing issues as fast as we can. This is a database specific order because of the internal view that is created. Two items that may help are to add rollback scripts in the initial changeset that help with ordering. A second would be to create a PR with the code that fixes it.

dgiessing commented 8 months ago

We just ran into this issue. any progress here?