I'm running Liquibase 3.5.3 and using Liquibase for handling the changes in the DB. Is it possible in some way to make the Liquibase diff command not generate the forIndexName when adding a primary key? ChangeSets with this forIndexName fails on at least h2 where I get the error:
forIndexName is not allowed on h2
So it would be nice not needing to remove this attribute always from the generated changelog.