From 0e9bea9115804118a19cc3e90ce6b8f00a2aea99 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 5 May 2025 14:18:28 +0200 Subject: [PATCH] Bug 30888: Remove KEY origincode koha-dump removes it --- installer/data/mysql/kohastructure.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql index 48a50b5f5b7..dafb92f77bd 100644 --- a/installer/data/mysql/kohastructure.sql +++ b/installer/data/mysql/kohastructure.sql @@ -2568,8 +2568,7 @@ CREATE TABLE `deletedauth_header` ( `authtrees` longtext DEFAULT NULL, `linkid` bigint(20) DEFAULT NULL, `marcxml` longtext NOT NULL, - PRIMARY KEY (`authid`), - KEY `origincode` (`origincode`) + PRIMARY KEY (`authid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- 2.34.1