liquibase / liquibase-gradle-plugin

A Gradle plugin for Liquibase
Other
197 stars 57 forks source link

allow to configure databaseChangeLogTableName and databaseChangeLogLockTableName #5

Closed tompson closed 8 years ago

tompson commented 8 years ago

for example to prefix them with a special namespace

stevesaliman commented 8 years ago

You can already configure these things with the plugin. There was some discussion of this in the old repo (https://github.com/tlberglund/gradle-liquibase-plugin/issues/28). Is your request something different?

tompson commented 8 years ago

thanks for that hint, setting it via

System.setProperty('liquibase.databaseChangeLogTableName', "DBCHANGELOG")

does exactly what I need!