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

--- Comment #63 from Marcel de Rooy <[email protected]> ---
And in line with the former comments, the following commit made lots of useless
changes in kohastructure:

commit 8c5845ef9ecd92584723cd60a221ecd4710a2516
Author: Jonathan Druart <[email protected]>
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to