web3-proxy/migration/src/main.rs

7 lines
116 B
Rust
Raw Normal View History

2022-07-26 07:53:38 +03:00
use sea_orm_migration::prelude::*;
2022-10-10 07:15:07 +03:00
#[tokio::main]
2022-07-26 07:53:38 +03:00
async fn main() {
cli::run_cli(migration::Migrator).await;
}