19 Apr
2024
19 Apr
'24
2:42 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35659 Matthias Meusburger <matthias.meusburger@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Passed QA --- Comment #59 from Matthias Meusburger <matthias.meusburger@biblibre.com> --- (In reply to Jonathan Druart from comment #57)
+ $dbh->do(q{DROP TABLE IF EXISTS `oaiservers`;});
You shouldn't drop the table but create it only if it does not exist.
Thanks Joubu, this is fixed. -- You are receiving this mail because: You are watching all bug changes.