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)
commit37b02253899ff294b0b3275c15a488e5ef98807b
tree0240c23f069f3a005a3340eb1aaf9c8050e8addf
parent5bbeab483ebc4016fe2c1503b95b8bf84e719c54
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 <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]