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.
如果我有带有批量更改的长迁移脚本,它会在事务中运行吗?我怀疑可以通过使用相同数据源的并行迁移在迁移过程中更改当前模式。
每个 Flyway 实例都使用自己的连接,并且每次迁移都在事务中运行。