Skip to content

Commit a3218c7

Browse files
committed
Fixed typo
1 parent b5a4726 commit a3218c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/migrate/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pub async fn apply_migration(
6868
println!("{query_string}");
6969
}
7070

71-
db.execute::<Nothing>(query_string, bind_params).await.with_context(|| {
71+
tx.execute::<Nothing>(query_string, bind_params).await.with_context(|| {
7272
format!(
7373
"Error while inserting applied migration {last_migration_table_name} into last migration table",
7474
)

0 commit comments

Comments
 (0)