31 Aug
2016
31 Aug
'16
3:41 p.m.
Greetings,
check out, check in, restart mysql server, check out, check in... old_issues bug!
What exactly is the bug?
Loss of history. Unless you do this after the server restart: use koha_library; insert into issues (borrowernumber) values (1); -- this will fill the gap, and should restore it. actually, whatever the mysql is to set the auto_increment to max(issue_id)+1 from old_issues would work too. GPML, Mark Tompsett