relay-agent-migration 0.1.0

Migrations for the Relay Mail Agent
Documentation
1
2
3
4
5
6
use sea_orm_migration::prelude::*;

#[tokio::main]
async fn main() {
    cli::run_cli(relay_agent_migration::Migrator).await;
}