[Koha-bugs] [Bug 19344] DB fields login_attempts and lang may be inverted

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 19 18:35:09 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19344

--- Comment #1 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list