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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +10 lines)
Lines 8613-8618 if ( CheckVersion($DBversion) ) { Link Here
8613
    SetVersion($DBversion);
8613
    SetVersion($DBversion);
8614
}
8614
}
8615
8615
8616
8617
$DBversion = '3.17.00.XXX';
8618
if ( CheckVersion($DBversion) ) {
8619
    $dbh->do(qq{
8620
        INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES('StatisticsFields','location|itype|ccode','Define fields (from the items table) used for statistics members',NULL,'Free')
8621
    });
8622
    print "Upgrade to $DBversion done (Bug 12728: Checked syspref StatisticsFields)\n";
8623
    SetVersion($DBversion);
8624
}
8625
8616
=head1 FUNCTIONS
8626
=head1 FUNCTIONS
8617
8627
8618
=head2 TableExists($table)
8628
=head2 TableExists($table)
8619
- 

Return to bug 12728