I've run into a problem because of the lack of a primary key on databasechangelog - on MySQL running with safe update mode the updates to that table fail. I don't know if it would be easy to make it database specific, but on MySQL I have to create my own primary key because Liquibase is unusable without one.
↧