moonbeam_runtime_common::migrations

Type Alias PermanentSingleBlockMigrations

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

Migrations/checks that do not need to be versioned and can run on every update.