https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 --- Comment #26 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Comment on attachment 196772 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=196772 Bug 38922: Remove auth_header.origincode, auth_heder.linkid, deletedauth_header.origincode, deletedauth_header.linkid and auth_subfield_structure.linkid from existing installations Review of attachment 196772: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=38922&attachment=196772) ----------------------------------------------------------------- ::: installer/data/mysql/atomicupdate/bug_38922-clenup-auth_header.pl @@ +14,5 @@
+ $dbh->do(qq{ALTER TABLE $table DROP COLUMN $column}); + } + } + } + my ( $column, $table ) = qw/ auth_subfield_structure linkid /;
The values are swapped and end up in the wrong variable. The next condition will always evaluate to false and the column will stay. -- You are receiving this mail because: You are watching all bug changes.