Version 0.1.0
This commit is contained in:
parent
261623960e
commit
4c1a8a9489
9 changed files with 37 additions and 29 deletions
|
|
@ -2,5 +2,5 @@ use sea_orm_migration::prelude::*;
|
|||
|
||||
#[async_std::main]
|
||||
async fn main() {
|
||||
cli::run_cli(migration::Migrator).await;
|
||||
cli::run_cli(samey_migration::Migrator).await;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue