SCHEMA_VERSION

Constant SCHEMA_VERSION 

Source
pub const SCHEMA_VERSION: u32 = 4;
Expand description

Current schema version – a monotonically increasing tag attached to outgoing changesets. Receivers reject changesets whose schema_version is higher than they support, so this must be bumped any time the on-disk shape of synced tables changes.