MigrationRepo

oxygen.sql.migration.persistence.MigrationRepo
See theMigrationRepo companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Live

Members list

Value members

Abstract methods

def completeMigration(version: Int, now: Instant): IO[ErrorPersistingMigration, Unit]
def executeStep(version: Int, step: Step): IO[StepError, Step]
def startMigration(version: Int, now: Instant): IO[ErrorPersistingMigration, Unit]