mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
fix: use same fix for the same cast in Migrate::apply() everywhere
This commit is contained in:
@@ -168,6 +168,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