6 lines
131 B
Rust
6 lines
131 B
Rust
use sea_orm_migration::prelude::*;
|
|
|
|
#[async_std::main]
|
|
async fn main() {
|
|
cli::run_cli(trifid_api_migration::Migrator).await;
|
|
}
|