Uses of Class
org.jdbi.v3.testing.Migration
-
Uses of Migration in org.jdbi.v3.testing
Modifier and TypeMethodDescriptionstatic Migration
Migration.before()
Create new Migration.Migration.cleanAfter()
Will drop all objects in the configured schemas after tests using Flyway.Migration.cleanAfter
(boolean cleanAfter) Controls whether to drop all objects in the configured schemas after running the tests using Flyway.Migration.withDefaultPath()
Use Defaultdb/migration
Flyway schema migration location.Add flyway migration path.Add flyway migration paths.Migration.withSchema
(String schema) Add flyway migration schema.Migration.withSchemas
(String... moreSchemas) Add flyway migration schemas.Modifier and TypeMethodDescriptionJdbiRule.withMigration
(Migration newMigration) Run database migration.