Type Alias Migrations

Source
pub type Migrations = (Unreleased, Permanent);
Expand description

All migrations that will run on the next runtime upgrade.

NOTE: THE ORDER IS IMPORTANT.