http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13068 --- Comment #89 from Jonathan Druart <jonathan.druart@biblibre.com> --- Comment on attachment 36781 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=36781 [SIGNED OFF] Bug 13068: (QA followup) Remove old files, use C4::Installer Review of attachment 36781: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13068&attachment=36781) ----------------------------------------------------------------- ::: installer/data/mysql/updatedatabase.pl @@ +4945,5 @@
+ $dbh->do(qq{ +DROP TABLE IF EXISTS `oai_sets_descriptions`; +DROP TABLE IF EXISTS `oai_sets_mappings`; +DROP TABLE IF EXISTS `oai_sets_biblios`; +DROP TABLE IF EXISTS `oai_sets`;
This does not work. It's not possible to execute more than 1 query using the do method. -- You are receiving this mail because: You are watching all bug changes.