Skip to content Skip to sidebar Skip to footer
Showing posts with the label Liquibase

Liquibase's Sqlfile Command Being Ignored For Sql Server

I am trying to use the sqlFile command of liquibase in my changelog. I have the following in my ya… Read more Liquibase's Sqlfile Command Being Ignored For Sql Server

Is There A Way To Specify Multiple Sql Server 2008 Schemas For Liquibase's 'generatechangelog' Command?

I currently have a batch file with the following contents to generate the Liquibase change log from… Read more Is There A Way To Specify Multiple Sql Server 2008 Schemas For Liquibase's 'generatechangelog' Command?

Java Hibernate, Liquibase Supports Cross Databases And Sqlite?

I'm using Spring Boot 1.5.2 with Hibernate 5 and try to support as many databases as possible (… Read more Java Hibernate, Liquibase Supports Cross Databases And Sqlite?

Liquibase And Sqlite

How do I go about actually creating a SQLite DB-file? This command won't work: liquibase --driv… Read more Liquibase And Sqlite

Sql Server Driver To Work With Liquibase In Maven

I´m having a problem getting the liquibase-maven-plugin to work with MS Sql Server. I have added th… Read more Sql Server Driver To Work With Liquibase In Maven

Liquibase Databasechangelog Table In Updatesql Mode

When I generate a SQL file out of my changelog file the databasechangelog table is created as a CSV… Read more Liquibase Databasechangelog Table In Updatesql Mode