https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41008 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion --- Comment #3 from David Cook <dcook@prosentient.com.au> --- This does work... although technically do we want to add the following to match its biblio counterparts? "ALTER TABLE auth_header AUTO_INCREMENT = 1" -- Personally, I'd advise against doing that, because it could lead to duplicate IDs in the deletedauth_header table... the biblio* counterpart is problematic... I also note that the index isn't cleared with this delete either so a full re-index is necessary later... -- I'll attach a signed off patch but leaving "In Discussion" just to get some feedback on those points... -- You are receiving this mail because: You are watching all bug changes.