sbt-liquibase icon indicating copy to clipboard operation
sbt-liquibase copied to clipboard

liquibase plugin for sbt 0.11+ / 0.12

Results 6 sbt-liquibase issues
Sort by recently updated
recently updated
newest added

Update to Liquibase 3.3.0 Support for the following settings: - liquibaseChangelogCatalog - liquibaseChangelogSchemaName - liquibaseDefaultCatalog - liquibaseDefaultSchemaName

Hi! Great plugin! I have a multiproject build that includes the migration settings for localhost and our qa machine. But `liquibaseUpdate` (and other liquibase related tasks) aggregates over both. I'd...

I was hoping to use Liquibase with H2 for tests and adjust settings in just the test scope as follows: (test in Test)

There was quite a lot of bugs impacting us with liquibase 2.0.5. Upgraded to latest version 3.0.5 fixed them all. Thanks, Julien

The liquibase tasks depend on fullClassPath which depends on compile. Is there a way to get the liquibase-tasks triggered before compile?

It would be nice if we could generate changesets with db-diff into a specific file. This is useful when you have a master changelog and it includes version specific changelogs.