Portfolio/migration/src/main.rs
2022-10-30 13:06:45 +01:00

6 lines
No EOL
115 B
Rust

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