Type Alias shibuya_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.