16 Mar
2023
16 Mar
'23
1:38 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32334 --- Comment #22 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- 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.