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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +3 lines)
Lines 10086-10091 if ( CheckVersion($DBversion) ) { Link Here
10086
        }
10086
        }
10087
    }
10087
    }
10088
10088
10089
    $dbh->do("DROP TABLE accountoffsets");
10090
    $dbh->do("DROP TABLE accountlines");
10091
10089
    print "Upgrade to $DBversion done ( Bug 6427 - Rewrite of the accounts system )\n";
10092
    print "Upgrade to $DBversion done ( Bug 6427 - Rewrite of the accounts system )\n";
10090
    SetVersion ($DBversion);
10093
    SetVersion ($DBversion);
10091
}
10094
}
10092
- 

Return to bug 6427