10 Jun
2022
10 Jun
'22
7:59 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30912 --- Comment #10 from Jonathan Druart <jonathan.druart+koha@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.