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

(-)a/installer/data/mysql/atomicupdate/bug_23971_AcqLog_pref.perl (-2 / +1 lines)
Lines 3-7 if( CheckVersion( $DBversion ) ) { Link Here
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
    SetVersion( $DBversion );
6
    print "Upgrade to $DBversion done (Bug 23971 - Add AcqLog syspref)\n";
6
    NewVersion( $DBversion, 23971, "Add AcqLog syspref");
7
}
7
}
8
- 

Return to bug 23971