Uses of Class
org.jdbi.v3.testing.Migration
Packages that use Migration
-
Uses of Migration in org.jdbi.v3.testing
Methods in org.jdbi.v3.testing that return MigrationModifier and TypeMethodDescriptionstatic Migration
Migration.before()
Create new Migration.Migration.cleanAfter()
Will drop all objects in the configured schemas after 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.Methods in org.jdbi.v3.testing with parameters of type MigrationModifier and TypeMethodDescriptionJdbiRule.withMigration
(Migration newMigration) Run database migration.