Category "liquibase"

Liquibase transaction rollback vs <rollback> tag

I learned that Liquibase runs each changeSet in a transaction and commits it after inserting into the DATABASECHANGELOG table. If something goes wrong during th

How to trigger Liquibase from eclipse

I have Eclipse (Spring Tool Suite, latest version) with the liquibase plugin installed. What I want to do is generate a first change log from my existing datab

How to use postgres database when generate jooq by LiquibaseDatabase

There is pretty good guide how to use code generation from liquibase However by default it uses h2 database to create schema from migrations and then generate r