We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f60d9 commit 0e5b9a1Copy full SHA for 0e5b9a1
sqlx-core/src/migrate/migrator.rs
@@ -59,7 +59,7 @@ impl Migrator {
59
})
60
}
61
62
- /// Specify should ignore applied migrations that missing in the resolved migrations.
+ /// Specify whether applied migrations that are missing from the resolved migrations should be ignored.
63
pub fn set_ignore_missing(&mut self, ignore_missing: bool) -> &Self {
64
self.ignore_missing = ignore_missing;
65
self
0 commit comments