Skip to content

Commit

Permalink
[Flyway]:
Browse files Browse the repository at this point in the history
1) SCAN SELECT -> SELECT FROM flyway schema history table
2) Tested Info command
3) Tested Repair command
4) Tested Validate command
  • Loading branch information
KirillKurdyukov committed Apr 11, 2024
1 parent 2418007 commit 0c6158f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ void evolutionConcurrencySchemaTest() throws ExecutionException, InterruptedExce
taskFutures.add(
threadPool.submit(() -> assertTrue(
createFlyway("classpath:db/" +
EVOLUTION_SCHEMA_MIGRATION_DIRS[finalMigrationStep])
.load().migrate().success
EVOLUTION_SCHEMA_MIGRATION_DIRS[finalMigrationStep]
).load().migrate().success
))
);
}
Expand Down

0 comments on commit 0c6158f

Please sign in to comment.