Function: readRemoteConsumerSchemaVersion()
function readRemoteConsumerSchemaVersion(remote): Promise<string>;
Defined in: packages/client/src/core/sync/index.ts:234
Reads the highest consumer patch version recorded on a remote.
null for a remote nobody has written, or one written only by builds that
predate the consumer half of the gate.
Parameters
| Parameter | Type |
|---|---|
remote | Database |
Returns
Promise<string>