[Koha-bugs] [Bug 31028] Add 'Report a concern' feature for patrons to report concerns about catalog records

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


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m.de.rooy at rijksmuseum.nl

--- Comment #495 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
New construct in kohastructure added here:

+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` (

+DROP TABLE IF EXISTS `ticket_updates`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE IF NOT EXISTS `ticket_updates` (

Drop if exists. Create if not. Second check should not be needed..

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list