Hi,
we are using Liquibase to reverse engineer DB2 production databases and deliver them as H2 databases for unit testing. After the upgrade from 3.5.0 to 3.6.0-SNAPSHOT we cannot load the generated change log into a H2 database anymore. The following error occurs:
:
Validation Failed:
779 changes have validation failures
forIndexName is not allowed on h2, db.changelog.xml::1466531045768-821::OWNER
How can we fix that? H2 does not support that feature, ok. But why throw an Exception. Wouldn’t a warning be enough?
Cheers,
Markus