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 

_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to