[Koha-bugs] [Bug 30912] Database update fails for 21.12.00.016 Bug 30060

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 10 08:59:47 CEST 2022


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

--- Comment #10 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Nick, don't we actually only need that?

 14             if ( primary_key_exists ('user_permissions') {
 15                 $dbh->do(q{
 16                     ALTER TABLE user_permissions DROP INDEX `PRIMARY`       
 17                 }) 
 18                 say $out "Dropped any previously created primary key";      
 19             }

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list