24 Feb
2015
24 Feb
'15
5:02 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7793 --- Comment #9 from Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> --- Created attachment 36145 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36145&action=edit Bug 7793 - redefine the field message_id as PRIMARY KEY of message_queue Making message_queue work nicely with DBIx. DROP the existing KEY and replace with an PRIMARY KEY. If somebody has managed to get duplicate message_ids in his/her message_queue-table, this patch takes care of them as well, but givin all duplicate message_id's a new id. TEST INSTRUCTIONS: in the patch. -- You are receiving this mail because: You are watching all bug changes.