From 37b02253899ff294b0b3275c15a488e5ef98807b 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. Signed-off-by: Aleisha Signed-off-by: Kyle M Hall Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com --- 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 0000000000..0befea1c69 --- /dev/null +++ b/installer/data/mysql/atomicupdate/bug_15526.sql @@ -0,0 +1 @@ +DROP TABLE nozebra; -- 2.39.5