17 Apr
2024
17 Apr
'24
1:27 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35659 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com --- Comment #57 from Jonathan Druart <jonathan.druart@gmail.com> --- + $dbh->do(q{DROP TABLE IF EXISTS `oaiservers`;}); You shouldn't drop the table but create it only if it does not exist. -- You are receiving this mail because: You are watching all bug changes.