SyncMigrationStep_6_7

internal class SyncMigrationStep_6_7(accountRepository: <Error class: unknown class><AccountRepository>, selfTeamIdProvider: SelfTeamIdProvider) : SyncMigrationStep

Constructors

Link copied to clipboard
constructor(accountRepository: <Error class: unknown class><AccountRepository>, selfTeamIdProvider: SelfTeamIdProvider)

Properties

Link copied to clipboard
open override val version: Int = 7

The sync version after executing this migration step.

Functions

Link copied to clipboard
open suspend operator override fun invoke(): Either<CoreFailure, Unit>