3 Apr
2026
3 Apr
'26
11:42 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38922 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #15 from Jonathan Druart <jonathan.druart@gmail.com> --- Please rewrite the atomic update to drop the columns only if they exist: if (column_exists($table, $column)){ # DROP the column } Or the update will fail if run several time. -- You are receiving this mail because: You are watching all bug changes.