문제

If I have long migration script with batch of changes, does it run inside transaction? I have suspicion that it is possible to change the current schema in the middle of migration by the parallel migration which uses same dataSource.

도움이 되었습니까?

해결책

Each Flyway instance uses its own connection and each migration is run within a transaction.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top