16 Mar
2023
16 Mar
'23
1:42 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32334 --- Comment #23 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Marcel de Rooy from comment #22)
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.
Bug 31028 -- You are receiving this mail because: You are watching all bug changes.