Skip to main content

Module migrations

Module migrations 

Source

Constants§

MIGRATIONS
Migration functions indexed by source version.

Functions§

run_pending_migrations
Runs all pending migrations from current_version up to STORE_SCHEMA_VERSION.

Type Aliases§

MigrationFn
A migration function that upgrades the database schema by one version.