web3-proxy/migration/src/main.rs
2022-10-10 04:15:49 +00:00

7 lines
116 B
Rust

use sea_orm_migration::prelude::*;
#[tokio::main]
async fn main() {
cli::run_cli(migration::Migrator).await;
}