openethereum/ethcore/src/migrations/mod.rs

6 lines
73 B
Rust

//! Database migrations.
pub mod state;
pub mod blocks;
pub mod extras;