8 Oct
2015
8 Oct
'15
9:19 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14978 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 43219 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43219&action=edit Bug 14978: Add unique key constraint on issues.itemnumber The constraint might have existed before bug 14069. For these DB, this patch will restore it, for others, it will add it :) Test plan:
show create table issues; should not return "unique key itemnumber" Execute the updatedb entry twice show create table issues; should return only one "unique key itemnumber"
-- You are receiving this mail because: You are watching all bug changes.