[Koha-bugs] [Bug 26947] kohastructure.sql should be updated for each release

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 26 13:56:36 CEST 2022


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

--- Comment #63 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
And in line with the former comments, the following commit made lots of useless
changes in kohastructure:

commit 8c5845ef9ecd92584723cd60a221ecd4710a2516
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Dec 4 15:39:32 2020 +0100

    Bug 26947: Update kohastructure.sql

The following pattern was added:
-DROP TABLE IF EXISTS `auth_header`;
-CREATE TABLE `auth_header` (
+DROP TABLE IF EXISTS `account_credit_types`;
+/*!40101 SET @saved_cs_client     = @@character_set_client */;
+/*!40101 SET character_set_client = utf8 */;
+CREATE TABLE `account_credit_types` (

But note that if we run the file in the usual way via Installer, these lines
with /*! pass DBIx::RunSQL and are just IGNORED ! They are useless !

Could you remove them, Jonathan ?

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


More information about the Koha-bugs mailing list