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").