Bug 19344: Reorder lang and login_attempts in the [deleted]borrowers tables
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 19 Sep 2017 16:32:31 +0000 (13:32 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 29 Sep 2017 16:05:22 +0000 (13:05 -0300)
commite65ee89aae7802a31e47b5343c77f8a8a62d3a38
treef5aed3be6106b27c9b4a20ffc73baa6d2f6c16ef
parent0aec9e11d5fa355738cb3475ad72c4aad8efeafa
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

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
installer/data/mysql/atomicupdate/bug_19344.sql [new file with mode: 0644]