Skip to main content

Module migrations

Module migrations 

Source
Expand description

SQLite schema migrations for the disposable projection database.

Constants§

LATEST_SCHEMA_VERSION
Latest schema version understood by this binary.

Functions§

current_schema_version
Read PRAGMA user_version and convert it to a Rust u32.
migrate
Apply all pending migrations in ascending order.