https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26535
--- Comment #3 from didier <[email protected]> --- Hi, (In reply to Katrin Fischer from comment #2) > Hi Didier, > > I think this is good, but is there a reason not to fix the existing > installations of this is causing an issue? We aim to keep the database > structure in sync. There are handy methods for checking on the existence of > an index in the updatedatabase script that could be useful here. Mostly reliability. I'm not sure testing on index name is enough, other index must exist, use the right columns, and it must be more restrictive than the deleted one. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
