I wrote the migration using https://flywaydb.org/documentation/getstarted/advanced/java . Now I want to test this in test classes.
How is it possible to add old data -> perform migration in tests -> check that the data migrated correctly?
How else can I tell a test to perform a migration within a single test?