Liquibase 更改脚本中的属性

发布于 2024-11-10 15:06:08 字数 116 浏览 2 评论 0原文

在 Liquibase SQL 文件中填写属性的最佳方法是什么?

我不想用它来指定表空间和模式之类的东西。理想情况下,它可以使用 Liquibase 在运行时完成,但 Maven 过滤也可以是一种选择。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小傻瓜 2024-11-17 15:06:08

Liquibase 支持变更日志参数 (http://www.liquibase.org/documentation/changelog_parameters.html) 这就是您要找的吗?

Liquibase supports changelog parameters (http://www.liquibase.org/documentation/changelog_parameters.html) is that what you are looking for?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文