pub type SingleBlockMigrations<Runtime> = (UnreleasedSingleBlockMigrations, PermanentSingleBlockMigrations<Runtime>);Expand description
All migrations that will run on the next runtime upgrade.
pub type SingleBlockMigrations<Runtime> = (UnreleasedSingleBlockMigrations, PermanentSingleBlockMigrations<Runtime>);All migrations that will run on the next runtime upgrade.