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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +3 lines)
Lines 10326-10331 if ( CheckVersion($DBversion) ) { Link Here
10326
        }
10326
        }
10327
    }
10327
    }
10328
10328
10329
    $dbh->do("DROP TABLE accountoffsets");
10330
    $dbh->do("DROP TABLE accountlines");
10331
10329
    print "Upgrade to $DBversion done ( Bug 6427 - Rewrite of the accounts system )\n";
10332
    print "Upgrade to $DBversion done ( Bug 6427 - Rewrite of the accounts system )\n";
10330
    SetVersion ($DBversion);
10333
    SetVersion ($DBversion);
10331
}
10334
}
10332
- 

Return to bug 6427