Liquibase is an open source, database-independent library for tracking, managing and applying database changes.
Background: we have a Grails 1.3.7 app and are using Liquibase to manage our database migrations. I am trying to add …
sql postgresql grails database-design liquibaseI'm trying to setup the database schema and some test data with liquibase for some tests. Each test has a …
java spring spring-boot liquibaseI have two tables declared as follows: <changeSet author="istvan" id="country-table-changelog"> <createTable tableName="country"> <…
sql liquibaseI found that liquibase uses the full path of the change log file to calculate the checksum. This behavior restricts …
liquibaseI'm trying to execute the following changeSet in liquibase which should create an index. If the index doesn't exist, it …
sql database-schema database-migration liquibaseI have a Spring boot, spring data jpa project with a parent and three children modules. One of my modules …
spring-boot spring-data liquibase liquibase-hibernateI'm currently working on a liquibase.xml file to create table table_a. One of my fields is <column …
postgresql liquibase liquid-layoutI need to set up liquibase for two datasources in Spring, at the moment it seems that only one liquibase …
spring spring-boot spring-data liquibase