https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41008
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion --- Comment #3 from David Cook <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
