magnetar/ext_calckey_model/migration/src/main.rs

7 lines
134 B
Rust
Raw Normal View History

2023-07-29 03:20:00 +00:00
use sea_orm_migration::prelude::*;
#[tokio::main]
async fn main() {
cli::run_cli(ext_calckey_model_migration::Migrator).await;
}