Bug 7278 has made items.materials of type text. It must be the same in deleteditems column.
Created attachment 23054 [details] [review] Bug 11275 - make deleteditems.materials of type text See commit message
Fridolin, nothing about this patch, but noticing that it lookl like you are not using git-bz - I really recommend you look into it, it's amazingly helpful: http://wiki.koha-community.org/wiki/Git_bz_configuration
Created attachment 23124 [details] [review] [SIGNED OFF] Bug 11275 - make deleteditems.materials 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
Created attachment 23194 [details] [review] Bug 11275 - make deleteditems.materials 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
There is a problem with the patch! (SetVersion missing in updatedb). New patch coming...
Created attachment 23195 [details] [review] Bug 11275 - make deleteditems.materials 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
Ah, thx for catching that - probably my fault when fixing the conflict!
Pushed to master. Thanks, Fridolin!
This patch has been pushed to 3.14.x, will be in 3.14.1 (creates DBRev 3.14.00.002)
This patch has been pushed to 3.12.x, will be in 3.12.8. Thanks Fridolin!