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.
pub type Migrations = (Unreleased, Permanent);
All migrations that will run on the next runtime upgrade.
NOTE: THE ORDER IS IMPORTANT.