updateTableVersion

abstract suspend fun updateTableVersion(tableName: String, version: Int)(source)

Persists the given version number for the given tableName.

Parameters

tableName

Name of the table whose version to update

version

New version number to store