mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-06 10:24:04 +00:00
fix: tests in sqlx-postgres
This commit is contained in:
@@ -230,6 +230,7 @@ CREATE TABLE IF NOT EXISTS _sqlx_migrations (
|
||||
let elapsed = start.elapsed();
|
||||
|
||||
// language=SQL
|
||||
#[allow(clippy::cast_possible_truncation)]
|
||||
let _ = query(
|
||||
r#"
|
||||
UPDATE _sqlx_migrations
|
||||
|
||||
Reference in New Issue
Block a user