]> git.koha-community.org Git - koha.git/commit
Bug 6331: remove obsolete column deleteditems.marc
authorFridolyn SOMERS <fridolyn.somers@biblibre.com>
Wed, 20 Nov 2013 13:42:04 +0000 (14:42 +0100)
committerFridolin SOMERS <fridolin.somers@biblibre.com>
Fri, 3 Jan 2014 08:48:46 +0000 (09:48 +0100)
commite55b3900c7427f28596b70a91ba037e1213e1bf8
tree76e2a7a5b2478783758a2c312e308c765a7383d7
parenta933169ae1188bf259cf95fd8f494f6ae80ab5c3
Bug 6331: remove obsolete column deleteditems.marc

There is a difference between "items" and "deleteditems" tables
in "kohastructure.sql"
"deleteditems" has a field "marc" not existing in "items".

This patch removes this obsolete column.

Test :
- after deleting an item, check that the deleted item is properly
  stored in deleteditems table
- check that the column marc has been deleted from deleteditems table

Signed-off-by: Mathieu Saby <mathieu.saby@univ-rennes2.fr>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit e1fb1a658c89ef1356d3b42e264efed71cf81f9f)
Signed-off-by: Fridolin SOMERS <fridolin.somers@biblibre.com>
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl