tlberglund / groovy-liquibase

Yet Another Groovy DSL for Liquibase
Other
85 stars 66 forks source link

The name of 'alwaysRun' attribute #35

Closed mbruner closed 10 years ago

mbruner commented 11 years ago

The Liquibase changeset has attribute 'runAlways': http://www.liquibase.org/manual/changeset

But current version of liquibase-dsl doesn't support this name and 'alwaysRun' has to be used instead: https://github.com/tlberglund/groovy-liquibase/blob/master/src/main/groovy/com/augusttechgroup/liquibase/delegate/DatabaseChangeLogDelegate.groovy#L49

stevesaliman commented 10 years ago

This has been fixed in version 1.0.0 of the DSL