pub type MigrateV0ToV1<T> = VersionedMigration<0, 1, MigrateToV1Impl<T>, Pallet<T>, <T as Config>::DbWeight>;
Migrate the pallet storage from 0 to 1.
0
1
struct MigrateV0ToV1<T> { /* private fields */ }