[Koha-bugs] [Bug 32334] Sync comments in database with schema

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 16 13:38:59 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32334

--- Comment #22 from Marcel de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list