oxygen.sql.migration.model.PlannedMigration
See thePlannedMigration companion object
final case class PlannedMigration(version: Int, tables: Contiguous[TableRepr[_, _]], steps: Contiguous[StepType])
Representation of a migration that has not yet been calculated. This allows the flexibility to have oxygen-migration automatically figure out what migration steps you need.
Attributes
- Companion
- object
- Experimental
- true
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article