Skip to content

Commit

Permalink
Update migrate.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrajs16 authored Nov 16, 2023
1 parent cd54110 commit 226b6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx-core/src/any/migrate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ impl MigrateDatabase for Any {
}

fn drop_database(url: &str) -> BoxFuture<'_, Result<(), Error>> {
Box::pin(async move {
Box::pin(async {
driver::from_url_str(url)?
.get_migrate_database()?
.drop_database(url)
Expand Down

0 comments on commit 226b6f7

Please sign in to comment.