https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30888 --- Comment #79 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (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 <m.de.rooy@rijksmuseum.nl>
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.