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

(-)a/installer/data/mysql/updatedatabase.pl (-2 / +1 lines)
Lines 8868-8874 $DBversion = "3.17.00.030"; Link Here
8868
if ( CheckVersion($DBversion) ) {
8868
if ( CheckVersion($DBversion) ) {
8869
    $dbh->do(
8869
    $dbh->do(
8870
        q{
8870
        q{
8871
       INSERT INTO systempreferences (variable, value, options, explanation, type )
8871
       INSERT IGNORE INTO systempreferences (variable, value, options, explanation, type )
8872
       VALUES
8872
       VALUES
8873
        ('UsageStatsCountry', '', NULL, 'The country where your library is located, to be shown on the Hea Koha community website', 'YesNo'),
8873
        ('UsageStatsCountry', '', NULL, 'The country where your library is located, to be shown on the Hea Koha community website', 'YesNo'),
8874
        ('UsageStatsID', '', NULL, 'This preference is part of Koha but it should not be deleted or updated manually.',  'Free'),
8874
        ('UsageStatsID', '', NULL, 'This preference is part of Koha but it should not be deleted or updated manually.',  'Free'),
8875
- 

Return to bug 13966