There was an error while loading. Please reload this page.
1 parent c136ae9 commit d068e3bCopy full SHA for d068e3b
1 file changed
sqlx-cli/src/migrate.rs
@@ -213,6 +213,7 @@ fn validate_applied_migrations(
213
Ok(())
214
}
215
216
+#[allow(clippy::too_many_arguments)]
217
pub async fn run(
218
config: &Config,
219
migration_source: &MigrationSourceOpt,
@@ -337,6 +338,7 @@ pub async fn run(
337
338
339
340
341
342
pub async fn revert(
343
344
0 commit comments