bwa
This commit is contained in:
@@ -9,6 +9,6 @@ async fn main() {
|
|||||||
db.execute_unprepared("PRAGMA foreign_keys = ON;")
|
db.execute_unprepared("PRAGMA foreign_keys = ON;")
|
||||||
.await
|
.await
|
||||||
.unwrap();
|
.unwrap();
|
||||||
let db_fn = async move |_| Ok((db));
|
let db_fn = async move |_| Ok(db);
|
||||||
cli::run_cli_with_connection(migration::Migrator, db_fn).await;
|
cli::run_cli_with_connection(migration::Migrator, db_fn).await;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user