https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32773 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com Status|Signed Off |Failed QA --- Comment #38 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- 1. Can you add a check to your atomic update to make sure the column doesn't already exist? Something like: if ( !column_exists( 'biblio_framework', 'is_fast_add' ) ... 2. This is causing tests to fail. I think there should also be a new test to cover the change in Biblio.pm -- You are receiving this mail because: You are watching all bug changes.