Migration

sealed abstract class Migration[B]
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def currentState: () => State
def down: () => Unit
def name: () => String
def state: () => State
def up: () => MigrationResultSignal[B]