Bug 13006

Summary: suggestions.mailoverseeing is not used
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: DatabaseAssignee: Jonathan Druart <jonathan.druart>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: katrin.fischer, tomascohen
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 13006: suggestions.mailoverseeing cans be removed
Bug 13006: suggestions.mailoverseeing cans be removed
Bug 13006: suggestions.mailoverseeing cans be removed
[PASSED QA] Bug 13006: suggestions.mailoverseeing cans be removed
Bug 13006: (RM followup) DBIx schema update

Description Jonathan Druart 2014-09-29 13:50:55 UTC
The DB field suggestions.mailoverseeing does not seem to be in used.
It cans be removed.

Actually it has never been in used.
Comment 1 Jonathan Druart 2014-09-29 13:55:38 UTC Comment hidden (obsolete)
Comment 2 Jonathan Druart 2014-09-29 13:57:47 UTC Comment hidden (obsolete)
Comment 3 Chris Cormack 2014-10-15 14:45:29 UTC Comment hidden (obsolete)
Comment 4 Katrin Fischer 2014-10-15 15:14:36 UTC
Created attachment 32347 [details] [review]
[PASSED QA] Bug 13006: suggestions.mailoverseeing cans be removed

The DB field suggestions.mailoverseeing does not seem to be in used.
It cans be removed.

Actually it has never been in used.

Test plan:
git grep mailoverseeing
should not return relevant results.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes tests, updates kohastructure and includes a database update.
Also made some tests in the suggestions module.
Comment 5 Tomás Cohen Arazi 2015-04-13 14:09:14 UTC
Created attachment 37745 [details] [review]
Bug 13006: (RM followup) DBIx schema update

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Comment 6 Tomás Cohen Arazi 2015-04-13 14:22:06 UTC
Patch pushed to master.

Thanks Jonathan!