oxygen.sql.migration.model.ExecutedMigration
See theExecutedMigration companion object
final case class ExecutedMigration(version: Int, steps: Contiguous[Step], startedAt: Instant, completedAt: Option[Instant])
Representation of a Migration that has already been executed.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article