We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6e0f6 commit a983239Copy full SHA for a983239
src/utils/migrations.rs
@@ -84,7 +84,7 @@ This strips also migrations, that were replaced.
84
85
**Parameter**:
86
- `migration_dir`: [&str] The directory to search for files.
87
- this point onwards.
+ this point onwards.
88
*/
89
pub fn get_existing_migrations(migration_dir: &str) -> anyhow::Result<Vec<Migration>> {
90
let migrations = get_all_existing_migrations(migration_dir)?;
0 commit comments