with graphql
This commit is contained in:
@@ -25,7 +25,7 @@ impl ConnectionPoolManager {
|
||||
sqlx::migrate!()
|
||||
.run(&pool)
|
||||
.await
|
||||
.context("error while running database migrations");
|
||||
.context("error while running database migrations")?;
|
||||
}
|
||||
|
||||
Ok(pool)
|
||||
|
Reference in New Issue
Block a user