vertx-kuickstart-core / dev.fuelyour.vertxkuickstartcore.migrations / migrate

migrate

fun migrate(dbConfig: JsonObject): Unit

Runs flyway migrations for both the public and the test schemas for the database specified by the dbConfig

Parameters

dbConfig - The database configuration. Required fields: SERVICE_DB_HOST, SERVICE_DB_PORT, SERVICE_DB_NAME, SERVICE_DB_USER, SERVICE_DB_PASSWORD