Skip to main content

SCHEMA_USER_VERSION

Constant SCHEMA_USER_VERSION 

Source
pub const SCHEMA_USER_VERSION: i64 = 49;
Expand description

Canonical value of PRAGMA user_version written after migrations.

Must stay in sync with the human-readable schema version identifier. Refinery uses its own history table; user_version is an auxiliary diagnostic field for external tools (e.g. sqlite3 db.sqlite "PRAGMA user_version").