pallet_schemas/migration/
mod.rs

1/// Types and storage aliases for V5 storage
2mod v4;
3/// Migration module for migrating from V5 to V6
4pub mod v5;
5pub use v5::MigrateV4ToV5;