AfterVersion

class AfterVersion(afterVersion: Int, block: () -> Unit)

Represents a block of code block that should be executed during a migration after the migration has finished migrating to afterVersion.

Constructors

AfterVersion
Link copied to clipboard
common
fun AfterVersion(afterVersion: Int, block: () -> Unit)

Extensions

toAfterVersionWithDriver
Link copied to clipboard
common