openethereum/ethcore/src/migrations/mod.rs

5 lines
57 B
Rust
Raw Normal View History

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