aboutsummaryrefslogtreecommitdiff
path: root/migration/src/main.rs
blob: 56190ac3b845cf3f07de8bc11399854b190b7cd4 (plain)
1
2
3
4
5
6
use sea_orm_migration::prelude::*;

#[tokio::main(flavor = "current_thread")]
async fn main() {
    cli::run_cli(migration::Migrator).await;
}