func isDowngradable(m Migration, status Status, toInclusiveVersion string) bool {

    // Only downgrading migrations
    if m.Type != migrationTypeDowngrade {
        return false