fix type.. again

This commit is contained in:
Maximilian Schneider 2023-04-16 22:31:56 +02:00
parent 74a2b563c5
commit d947625196
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ impl PostgresSession {
"#, "#,
); );
Self::multiline_query(&mut query, NUMBER_OF_ARGS, txs.len(), &["text", "int", "int", "int"]); Self::multiline_query(&mut query, NUMBER_OF_ARGS, txs.len(), &["text", "bigint", "bigint", "bigint"]);
query.push_str( query.push_str(
r#" r#"