pub async fn cmd_migrate_update_specific(
config: &Config,
root_dir: &Path,
version_str: &str,
backup: bool,
dry_run: bool,
shadow: &ShadowDatabase,
) -> Result<()>Expand description
Update a specific migration with current changes (renumbers if not latest)