PartialSuccess

data class PartialSuccess(val fromVersion: Int, val toVersion: Int, val migrationsApplied: Int, val errors: List<Pair<Int, String>>) : MigrationResult

Constructors

Link copied to clipboard
constructor(fromVersion: Int, toVersion: Int, migrationsApplied: Int, errors: List<Pair<Int, String>>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard