debug update query

This commit is contained in:
Maximilian Schneider 2023-04-16 23:08:07 +02:00
parent d947625196
commit 98c0e991ed
1 changed files with 2 additions and 0 deletions

View File

@ -328,6 +328,8 @@ impl PostgresSession {
"#,
);
info!("update txs query={query}");
self.client.execute(&query, &args).await?;
Ok(())