PlannedMigration

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toIndentedString: IndentedString

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product