pub type PermanentSingleBlockMigrations<Runtime> = (MigrateToLatestXcmVersion<Runtime>,);Expand description
Migrations/checks that do not need to be versioned and can run on every update.
pub type PermanentSingleBlockMigrations<Runtime> = (MigrateToLatestXcmVersion<Runtime>,);Migrations/checks that do not need to be versioned and can run on every update.