Bug 9988: [QA Follow-up] Satisfy QA issues
[koha.git] / installer / data / mysql / atomicupdate / bug_9988c_cron.perl
1 $DBversion = 'XXX';  # will be replaced by the RM
2 if( CheckVersion( $DBversion ) ) {
3     print "IMPORTANT NOTE: If you are not using a regular Debian install, please verify that you no longer use misc/migration_tools/merge_authority.pl in your cron files AND add misc/cronjobs/merge_authorities.pl to cron now. This job is no longer optional! You need it to perform larger authority merges.\n";
4     SetVersion( $DBversion );
5     print "Upgrade to $DBversion done (Bug 9988 - Cron alert)\n";
6 }