From cab5422403f71beb1e1d58fd04258c6f69da21ee Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 11 Jan 2016 10:26:33 +0000 Subject: [PATCH] Bug 15526: drop table nozebra This table is not used anymore and can be removed. Test plan: In your sql cli: SHOW TABLES; should return nozebra if your DB has been created before bug 7440. Apply this patch and execute the update DB entry. Now the table should have been dropped. --- installer/data/mysql/atomicupdate/bug_15526.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 installer/data/mysql/atomicupdate/bug_15526.sql diff --git a/installer/data/mysql/atomicupdate/bug_15526.sql b/installer/data/mysql/atomicupdate/bug_15526.sql new file mode 100644 index 0000000..0befea1 --- /dev/null +++ b/installer/data/mysql/atomicupdate/bug_15526.sql @@ -0,0 +1 @@ +DROP TABLE nozebra; -- 2.1.0