https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26947 --- Comment #64 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Marcel de Rooy from comment #63)
And in line with the former comments, the following commit made lots of useless changes in kohastructure:
commit 8c5845ef9ecd92584723cd60a221ecd4710a2516 Author: Jonathan Druart <jonathan.druart@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 ?
Ha copied the wrong DROP/CREATE example, but you ll probaly understand it :) -- You are receiving this mail because: You are watching all bug changes.