[Koha-bugs] [Bug 18931] Add a "data corrupted" section on the about page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 25 19:40:44 CEST 2017


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

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #65157|0                           |1
        is obsolete|                            |

--- Comment #15 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 65255
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65255&action=edit
[16.05.x] Bug 18931: Add a "data corrupted" section on the about page - MySQL
AI

See the following wiki page for more information
https://wiki.koha-community.org/wiki/DBMS_auto_increment_fix

Test plan:
Create (at least) a patron, a checkout, a biblio and a hold
Then fill the old_* or deleted* tables with:
 INSERT INTO deletedborrowers SELECT * from borrowers WHERE 
borrowernumber=XXX;
 INSERT INTO deletedbiblio SELECT * from biblio WHERE biblionumber=XXX;
 INSERT INTO old_issues SELECT * from issues WHERE issue_id=XXX;
 INSERT INTO old_reserves SELECT * from reserves WHERE reserve_id=XXX;

Go to the about page, 'System information' tab. You should see a new
"Data problems" section with the list of the ids that are wrong

Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list