We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a4726 commit a3218c7Copy full SHA for a3218c7
1 file changed
src/migrate/mod.rs
@@ -68,7 +68,7 @@ pub async fn apply_migration(
68
println!("{query_string}");
69
}
70
71
- db.execute::<Nothing>(query_string, bind_params).await.with_context(|| {
+ tx.execute::<Nothing>(query_string, bind_params).await.with_context(|| {
72
format!(
73
"Error while inserting applied migration {last_migration_table_name} into last migration table",
74
)
0 commit comments