pub type Migrations = (MigrateToV1<Runtime>, MigrateToV1<Runtime>, InitStorageVersions);
Expand description

Migrations to apply on runtime upgrade.