ApfelNetzwerk/crates/migration/src/main.rs
2024-10-08 10:53:00 +02:00

6 lines
120 B
Rust

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