]> git.koha-community.org Git - koha.git/commit
Bug 11275: make deleteditems.materials be of type text
authorFridolyn SOMERS <fridolyn.somers@biblibre.com>
Wed, 20 Nov 2013 13:34:36 +0000 (14:34 +0100)
committerFridolin SOMERS <fridolin.somers@biblibre.com>
Fri, 13 Dec 2013 13:42:13 +0000 (14:42 +0100)
commite312ac25eae6b436c5ad71a2493520b5b5600564
tree8045b8249b14a74cb075d2481d81f0b5a56b67ae
parent9aa674c14a1f4cdaa4f9c9caf83b474f7247ac70
Bug 11275: make deleteditems.materials be of type text

Bug 7278 has made items.materials of type text.
It must be the same in deleteditems column.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Passes all tests and QA script.
Tested:
- definition of materials now matches between items and deleteditems
- database update works correctly

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
The only difference between tables items and deleteditems is
deleteditems.marc
Amended patch: Add a missing SetVersion in updatedb.pl

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 8aa6e51b6f684f98077dd1c3df1f847bef8d40ba)
Signed-off-by: Fridolin SOMERS <fridolin.somers@biblibre.com>
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase.pl