Summary: | Drop nozebra database table | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Database | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | brendan, jonathan.druart, julian.maurice |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 7440 | ||
Bug Blocks: | |||
Attachments: |
Bug 15526: drop table nozebra
Bug 15526: drop table nozebra Bug 15526: drop table nozebra |
Description
Katrin Fischer
2016-01-08 10:33:43 UTC
Created attachment 46476 [details] [review] 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. Created attachment 46506 [details] [review] 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> Created attachment 46722 [details] [review] 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> Pushed to Master - Should be in the May 2016 Release. Thanks! Patch pushed to 3.22.x, will be in 3.22.5 |