Hi everyone, After upgrading flyway-sbt from version 7.4.0 to 9.22.0, the sbt flywayMigrate command now hangs indefinitely. The output shows something like: ``` | => root / flywayMigrate {x}s ``` In our migration scripts, we are creating indexes concurrently. I suspect this might be related to the issue. I’ve already tried the following without success: Added flyway.postgresql.transactional.lock = false to application.conf. Added the same setting to flyway.sbt. Has anyone encountered this issue after upgrading Flyway? Any suggestions or ideas on how to resolve this would be greatly appreciated! Thanks in advance!