https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32334
--- Comment #22 from Marcel de Rooy <[email protected]> --- Altough it actually is a bit odd: DROP TABLE IF EXISTS `tickets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE IF NOT EXISTS `tickets` ( First drop table and then check if it not exists.. Ok. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
