cargo::core::global_cache_tracker

Function migrations

source
fn migrations() -> Vec<Migration>
Expand description

Migrations which initialize the database, and can be used to evolve it over time.

See Migration for more detail.

Be sure to not change the order or entries here!