Function cargo::core::global_cache_tracker::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!