Type Definition hashed_runtime::Migrations
source · pub type Migrations = (MigrateToV1<Runtime>,);Expand description
All migrations that will run on the next runtime upgrade.
Should be cleared after every release.
pub type Migrations = (MigrateToV1<Runtime>,);All migrations that will run on the next runtime upgrade.
Should be cleared after every release.