code/pallets/drand/src/migrations/mod.rs

mod.rs

4 lines · 142 bytes · 19a6485969RawGitHub
pub mod migrate_prune_old_pulses;
pub use migrate_prune_old_pulses::*;
pub mod migrate_set_oldest_round;
pub use migrate_set_oldest_round::*;