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.
我有 10 个要使用 Flyway 执行的 sql 脚本。如果这些是第 7 个脚本中的任何错误,我不想让 Flyway 记录警告并继续执行第 8 个、第 9 个和第 10 个脚本。
请让我知道这是否可以使用 Flyway。
目前不支持此功能。该设计基于快速失败的方法。这不太可能改变。