https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30888
--- Comment #81 from Marcel de Rooy <[email protected]> --- (In reply to Katrin Fischer from comment #79) > It doesn't feel right to be honest since we always copy over from > auth_header and want to keep the auth_id. I remember similar discussion > about other old/deleted tables in the past. By way of illustration: CREATE TABLE `deletedbiblio` ( `biblionumber` int(11) NOT NULL AUTO_INCREMENT COMMENT 'unique identifier assigned to each bibliographic record', All the deleted tables should have an auto increment. This does not mean that they are used! If we copy info including the old id, the increment does not act. Only when TestBuilder creates records without id , we will use the increment. So no real issue here. -- 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/
