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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -