From e4d5d2681b758101b0316b08a6ed7e267bd40af5 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 23 Mar 2015 11:11:07 -0400 Subject: [PATCH] Bug 6427 [QA Followup] - Drop old accounts tables --- installer/data/mysql/atomicupdate/bug_6427.perl | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/installer/data/mysql/atomicupdate/bug_6427.perl b/installer/data/mysql/atomicupdate/bug_6427.perl index b34ffd8..8a8a075 100644 --- a/installer/data/mysql/atomicupdate/bug_6427.perl +++ b/installer/data/mysql/atomicupdate/bug_6427.perl @@ -170,4 +170,7 @@ while ( my $a = $sth->fetchrow_hashref() ) { } } +$dbh->do("DROP TABLE accountoffsets"); +$dbh->do("DROP TABLE accountlines"); + print "Upgrade to $DBversion done ( Bug 6427 - Rewrite of the accounts system )\n"; -- 1.7.2.5