Flyways

org.flywaydb.play.Flyways
@Singleton
class Flyways(configuration: Configuration, environment: Environment)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def allMigrationInfo(dbName: String): Seq[MigrationInfo]
def baseline(dbName: String, version: String): Unit
def checkState(dbName: String): Unit
def clean(dbName: String): Unit
def config(dbName: String): FlywayConfiguration
def migrate(dbName: String): Unit
def repair(dbName: String): Unit
def schemaTable(dbName: String): String

Concrete fields

val allDatabaseNames: Seq[String]