Type Definition polkadot_runtime::Migrations

source ·
pub type Migrations = Unreleased;
Expand description

All migrations that will run on the next runtime upgrade.

This contains the combined migrations of the last 10 releases. It allows to skip runtime upgrades in case governance decides to do so. THE ORDER IS IMPORTANT.