https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41008
--- Comment #7 from Katrin Fischer <[email protected]> --- (In reply to David Cook from comment #3) > 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 feel like this would be an addition beyond the current problem of the option throwing an error and as you said, might need more thought to be done properly. We might want to add an option to clean out deleted tables as well, but my feeling is that this is a migration script. Most people use it on an empty database. > I also note that the index isn't cleared with this delete either so a full > re-index is necessary later... I believe that is always the case when using bulkmarcimport and has always been the case. We could add a switch to properly reset the index, but that woudl be a separate bug in my opinion and also needed for bilbiographic. > > I'll attach a signed off patch but leaving "In Discussion" just to get some > feedback on those points... In Discussion usually doesn't get any feedback because it falls out of the queues that are being looked at. Until we start argueing, I'll leave as NSO :) -- 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/
