View | Details | Raw Unified | Return to bug 23971
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_23971_AcqLog_pref.perl (-3 / +1 lines)
Lines 2-7 $DBversion = 'XXX'; # will be replaced by the RM Link Here
2
if( CheckVersion( $DBversion ) ) {
2
if( CheckVersion( $DBversion ) ) {
3
    $dbh->do( q| INSERT IGNORE INTO systempreferences (variable, value, explanation, options, type) VALUES ('AcqLog', '0', 'If enabled, log acquisition activity', '', 'YesNo'); | );
3
    $dbh->do( q| INSERT IGNORE INTO systempreferences (variable, value, explanation, options, type) VALUES ('AcqLog', '0', 'If enabled, log acquisition activity', '', 'YesNo'); | );
4
4
5
    SetVersion( $DBversion );
5
    NewVersion( $DBversion, 23971, "Add AcqLog syspref");
6
    print "Upgrade to $DBversion done (Bug 23971 - Add AcqLog syspref)\n";
7
}
6
}
8
- 

Return to bug 23971