tlberglund / groovy-liquibase

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

Fix a problem when using the 'relativeToChangelogFile' option in a 'createProcedure' changeset. #47

Closed carlos-hernandez closed 8 years ago

carlos-hernandez commented 9 years ago

A java.io.IOException is thrown when declaring a createProcedure changeset that combines the path and relativeToChangelogFile parameters. Liquibase cannot find the file referenced because it has no reference to a resource accessor.

stevesaliman commented 8 years ago

The Groovy DSL code had moved to the Liquibase organization. It can now be found at https://github.com/liquibase/liquibase-groovy-dsl

The change from this Pull Request has been implemented there, so I'm closing this one.