next"Cannot use --fixlast with a schema release too far from the latest release; oldest allowed is $opt_oldest. Skipping $database"if$schema_version<($opt_oldest);
printf("--fixlast is active. Will apply patches for version %d and up (if available)\n",$opt_oldest);
}
next"Cannot use --fixlast with a schema release too far from the latest release; oldest allowed is $opt_oldest. Skipping $database"
if$schema_version<($opt_oldest);
printf("--fixlast is active. Will apply patches for version %d and up (if available)\n",$opt_oldest);