@@ -, +, @@ --- installer/data/mysql/updatedatabase.pl | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) --- a/installer/data/mysql/updatedatabase.pl +++ a/installer/data/mysql/updatedatabase.pl @@ -10326,6 +10326,9 @@ if ( CheckVersion($DBversion) ) { } } + $dbh->do("DROP TABLE accountoffsets"); + $dbh->do("DROP TABLE accountlines"); + print "Upgrade to $DBversion done ( Bug 6427 - Rewrite of the accounts system )\n"; SetVersion ($DBversion); } --