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

(-)a/installer/data/mysql/atomicupdate/bug_6427.perl (-1 / +3 lines)
Lines 170-173 while ( my $a = $sth->fetchrow_hashref() ) { Link Here
170
    }
170
    }
171
}
171
}
172
172
173
$dbh->do("DROP TABLE accountoffsets");
174
$dbh->do("DROP TABLE accountlines");
175
173
print "Upgrade to $DBversion done ( Bug 6427 - Rewrite of the accounts system )\n";
176
print "Upgrade to $DBversion done ( Bug 6427 - Rewrite of the accounts system )\n";
174
- 

Return to bug 6427