https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35145

Jonathan Druart <jonathan.dru...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #48 from Jonathan Druart <jonathan.dru...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to