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 インスタンスは独自の接続を使用し、各移行はトランザクション内で実行されます。