https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30888
--- Comment #79 from Katrin Fischer <[email protected]> --- (In reply to Marcel de Rooy from comment #77) > Created attachment 178720 [details] [review] > Bug 30888: (QA follow-up) Correct dbrev 241200012 > > Also adds empty string as default value for deletedauth_header.marcxml > in TestBuilder. > > Test plan: > Run dbrev. > Run t/db_dependent/TestBuilder.t > > Signed-off-by: Marcel de Rooy <[email protected]> Hi Marcel, can you explain this change? CREATE TABLE `deletedauth_header` ( - `authid` bigint(20) unsigned NOT NULL, + `authid` bigint(20) unsigned NOT NULL AUTO_INCREMENT, 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. -- 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/
