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

mod.rs

4 lines · 142 bytes · 89eb75f38fRawGitHub
pub mod migrate_prune_old_pulses;
pub use migrate_prune_old_pulses::*;
pub mod migrate_set_oldest_round;
pub use migrate_set_oldest_round::*;