Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够关闭在生产环境中执行“CleanTask”(com.googlecode.flyway.ant.cleanTask)的能力,这样我们的生产数据库就不会被无意中删除。
有没有办法做到这一点?
广东
没有办法开箱即用。
一种解决方案可能是包装 Flyway 任务并为 clean 提供无操作,而不是委托给真正的实现。