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

(-)a/installer/data/mysql/atomicupdate/bug_27351.perl (+5 lines)
Line 0 Link Here
1
$DBversion = 'XXX';
2
if( CheckVersion( $DBversion ) ) {
3
    $dbh->do(q{UPDATE systempreferences SET `type` = 'Choice' WHERE `variable` = 'UsageStatsCountry'});
4
    NewVersion( $DBversion, 27351, "Set type for UsageStatsCountry to Choice");
5
}
(-)a/installer/data/mysql/atomicupdate/bug_27351.sql (-2 lines)
Line 1 Link Here
1
UPDATE systempreferences SET `type` = 'Choice' WHERE `variable` = 'UsageStatsCountry';
2
- 

Return to bug 27351