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

(-)a/installer/data/mysql/atomicupdate/bug_27351.sql (+1 lines)
Line 0 Link Here
1
UPDATE systempreferences SET `type` = 'Choice' WHERE `variable` = 'UsageStatsCountry';
(-)a/installer/data/mysql/updatedatabase.pl (-2 / +1 lines)
Lines 8873-8879 if ( CheckVersion($DBversion) ) { Link Here
8873
        q{
8873
        q{
8874
       INSERT INTO systempreferences (variable, value, options, explanation, type )
8874
       INSERT INTO systempreferences (variable, value, options, explanation, type )
8875
       VALUES
8875
       VALUES
8876
        ('UsageStatsCountry', '', NULL, 'The country where your library is located, to be shown on the Hea Koha community website', 'YesNo'),
8876
        ('UsageStatsCountry', '', NULL, 'The country where your library is located, to be shown on the Hea Koha community website', 'Choice'),
8877
        ('UsageStatsID', '', NULL, 'This preference is part of Koha but it should not be deleted or updated manually.',  'Free'),
8877
        ('UsageStatsID', '', NULL, 'This preference is part of Koha but it should not be deleted or updated manually.',  'Free'),
8878
        ('UsageStatsLastUpdateTime', '', NULL, 'This preference is part of Koha but it should not be deleted or updated manually.', 'Free'),
8878
        ('UsageStatsLastUpdateTime', '', NULL, 'This preference is part of Koha but it should not be deleted or updated manually.', 'Free'),
8879
        ('UsageStatsLibraryName', '', NULL, 'The library name to be shown on Hea Koha community website', 'Free'),
8879
        ('UsageStatsLibraryName', '', NULL, 'The library name to be shown on Hea Koha community website', 'Free'),
8880
- 

Return to bug 27351