19 Sep
2017
19 Sep
'17
6:35 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19344 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 67220 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=67220&action=edit Bug 19344: Reorder lang and login_attempts in the [deleted]borrowers tables Due to a bad rebase, the borrowers and deletedborrowers table structure may different from a new install and upgraded install For new installs, the order was: lang, login_attempts For upgraded installs, it was lang, last_seen, login_attempts After this patch, the order must be: - last_seen - lang - login_attempts -- You are receiving this mail because: You are watching all bug changes.