fun migrate(dbConfig: JsonObject): Unit
Runs flyway migrations for both the public and the test schemas for the database specified by the dbConfig
dbConfig - The database configuration. Required fields: SERVICE_DB_HOST, SERVICE_DB_PORT, SERVICE_DB_NAME,
SERVICE_DB_USER, SERVICE_DB_PASSWORD