What's the best way to have propeties filled out in a Liquibase SQL file?
I wan't to use this for specifying things like tablespaces and schemas. Ideally it would be done run-time with Liquibase, but Maven filtering could be an option too.开发者_如何学编程
Liquibase supports changelog parameters (http://www.liquibase.org/documentation/changelog_parameters.html) is that what you are looking for?
精彩评论