Type Alias shiden_runtime::Migrations

source ยท
pub type Migrations = (Unreleased, Permanent);
Expand description

All migrations that will run on the next runtime upgrade.

NOTE: THE ORDER IS IMPORTANT.