Bugzilla – Attachment 181913 Details for
Bug 30888
Add a table for deletedauthorities
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30888: Remove KEY origincode
Bug-30888-Remove-KEY-origincode.patch (text/plain), 958 bytes, created by
Jonathan Druart
on 2025-05-05 12:19:30 UTC
(
hide
)
Description:
Bug 30888: Remove KEY origincode
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-05-05 12:19:30 UTC
Size:
958 bytes
patch
obsolete
>From 0e9bea9115804118a19cc3e90ce6b8f00a2aea99 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30888
:
165040
|
165041
|
165042
|
165043
|
171850
|
171851
|
172090
|
172091
|
172092
|
172093
|
172094
|
172095
|
172096
|
172097
|
172098
|
172099
|
172549
|
172550
|
172551
|
172552
|
172553
|
176637
|
176638
|
176639
|
176640
|
176641
|
178286
|
178287
|
178288
|
178289
|
178290
|
178720
| 181913