https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35145 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #48 from Jonathan Druart <jonathan.druart@gmail.com> --- 1. The correct pattern to add a new column in an atomic update file is: unless ( column_exists('table', 'column') ) { $dbh->do(q{ALTER QUERY HERE}); say_success("your success message"); } 2. There is absolutely no logic on the value we enter. Should we enforce it? Like it start with 1 and there is no gap and no duplicate. IMO It would be better to have a drag and drop solution to order them, and easily see the order. -- You are receiving this mail because: You are watching all bug changes.