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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +2 lines)
Lines 11816-11821 if ( CheckVersion($DBversion) ) { Link Here
11816
11816
11817
    print "Upgrade to $DBversion done (Bug 15526 - Drop nozebra database table)\n";
11817
    print "Upgrade to $DBversion done (Bug 15526 - Drop nozebra database table)\n";
11818
    SetVersion($DBversion);
11818
    SetVersion($DBversion);
11819
}
11819
11820
11820
$DBversion = "3.23.00.026";
11821
$DBversion = "3.23.00.026";
11821
if ( CheckVersion($DBversion) ) {
11822
if ( CheckVersion($DBversion) ) {
Lines 11825-11830 if ( CheckVersion($DBversion) ) { Link Here
11825
11826
11826
    print "Upgrade to $DBversion done (Bug 15343 - Allow patrons to choose their own password on self registration)\n";
11827
    print "Upgrade to $DBversion done (Bug 15343 - Allow patrons to choose their own password on self registration)\n";
11827
    SetVersion($DBversion);
11828
    SetVersion($DBversion);
11829
}
11828
11830
11829
# DEVELOPER PROCESS, search for anything to execute in the db_update directory
11831
# DEVELOPER PROCESS, search for anything to execute in the db_update directory
11830
# SEE bug 13068
11832
# SEE bug 13068
11831
- 

Return to bug 15891