moonbeam_runtime_common::migrations

Type Alias SingleBlockMigrations

Source
pub type SingleBlockMigrations<Runtime> = (UnreleasedSingleBlockMigrations, PermanentSingleBlockMigrations<Runtime>);
Expand description

All migrations that will run on the next runtime upgrade.