12 Jul
2017
12 Jul
'17
11:35 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18651 --- Comment #65 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Barton Chittenden from comment #10)
I suspect that the right thing to do might be to use the mysql --init-file option to run something like
ALTER TABLE issues AUTO_INCREMENT= ### ( find the max of issues.issue_id and old_issues.issue_id ) + 1 ###
See https://wiki.koha-community.org/wiki/DBMS_auto_increment_fix -- You are receiving this mail because: You are watching all bug changes.