Bug 15526: drop table nozebra
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 11 Jan 2016 10:26:33 +0000 (10:26 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Wed, 24 Feb 2016 02:10:44 +0000 (02:10 +0000)
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 <aleishaamohia@hotmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
installer/data/mysql/atomicupdate/bug_15526.sql [new file with mode: 0644]

diff --git a/installer/data/mysql/atomicupdate/bug_15526.sql b/installer/data/mysql/atomicupdate/bug_15526.sql
new file mode 100644 (file)
index 0000000..0befea1
--- /dev/null
@@ -0,0 +1 @@
+DROP TABLE nozebra;