hibernate - Liquibase diff generating forIndexName doesn't work on h2 -


i'm running liquibase 3.5.3 , using liquibase handling changes in db. possible in way make liquibase diff command not generate forindexname when adding primary key? changesets forindexname fails on @ least h2 error:

forindexname not allowed on h2

so nice not needing remove attribute generated changelog.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -