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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +3 lines)
Lines 10051-10056 if ( CheckVersion($DBversion) ) { Link Here
10051
        }
10051
        }
10052
    }
10052
    }
10053
10053
10054
    $dbh->do("DROP TABLE accountoffsets");
10055
    $dbh->do("DROP TABLE accountlines");
10056
10054
    print "Upgrade to $DBversion done ( Bug 6427 - Rewrite of the accounts system )\n";
10057
    print "Upgrade to $DBversion done ( Bug 6427 - Rewrite of the accounts system )\n";
10055
    SetVersion ($DBversion);
10058
    SetVersion ($DBversion);
10056
}
10059
}
10057
- 

Return to bug 6427