Constants§
- MIGRATIONS
- Migration functions indexed by source version.
Functions§
- run_
pending_ migrations - Runs all pending migrations from
current_versionup toSTORE_SCHEMA_VERSION.
Type Aliases§
- Migration
Fn - A migration function that upgrades the database schema by one version.