Bug 6331: remove obsolete column deleteditems.marc
authorFridolyn SOMERS <fridolyn.somers@biblibre.com>
Wed, 20 Nov 2013 13:42:04 +0000 (14:42 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 23 Dec 2013 16:33:47 +0000 (16:33 +0000)
commite1fb1a658c89ef1356d3b42e264efed71cf81f9f
treef06a9563a4ba67b7c1860c4aff8e1d8c266b70e7
parentbe55359877a0e4d9e772670ce841316a82bef765
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>
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl