pub fn read_migration_files(path: &Path) -> Result<Migrations>
Expand description

Read the path given and read all the migration files, pairing them by migration number and checking for errors along the way