Bugzilla – Attachment 177455 Details for
Bug 26684
Remove 'marc' column from auth_header table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26684: Remove marc from auth_header for new installs
Bug-26684-Remove-marc-from-authheader-for-new-inst.patch (text/plain), 1.81 KB, created by
Roman Dolny
on 2025-02-02 18:03:57 UTC
(
hide
)
Description:
Bug 26684: Remove marc from auth_header for new installs
Filename:
MIME Type:
Creator:
Roman Dolny
Created:
2025-02-02 18:03:57 UTC
Size:
1.81 KB
patch
obsolete
>From 57fffcb13ba9e8fb3f862b26453e9c1bce357080 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Thu, 15 Oct 2020 00:59:24 +0000 >Subject: [PATCH] Bug 26684: Remove marc from auth_header for new installs > >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >--- > C4/AuthoritiesMarc.pm | 1 - > installer/data/mysql/kohastructure.sql | 1 - > t/db_dependent/Linker_FirstMatch.t | 1 - > 3 files changed, 3 deletions(-) > >diff --git a/C4/AuthoritiesMarc.pm b/C4/AuthoritiesMarc.pm >index 4fe55cd34b..6f2f71a485 100644 >--- a/C4/AuthoritiesMarc.pm >+++ b/C4/AuthoritiesMarc.pm >@@ -701,7 +701,6 @@ sub AddAuthority { > $authority->update( > { > authtypecode => $authtypecode, >- marc => $record->as_usmarc, > marcxml => $record->as_xml_record($format), > heading => $heading ? $heading->display_form : '', > } >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index 3bf15c1007..dcee682b5e 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -929,7 +929,6 @@ CREATE TABLE `auth_header` ( > `heading` longtext DEFAULT NULL, > `origincode` varchar(20) DEFAULT NULL, > `authtrees` longtext DEFAULT NULL, >- `marc` blob DEFAULT NULL, > `linkid` bigint(20) DEFAULT NULL, > `marcxml` longtext NOT NULL, > PRIMARY KEY (`authid`), >diff --git a/t/db_dependent/Linker_FirstMatch.t b/t/db_dependent/Linker_FirstMatch.t >index d4d211a9dc..0b1b6b8994 100755 >--- a/t/db_dependent/Linker_FirstMatch.t >+++ b/t/db_dependent/Linker_FirstMatch.t >@@ -82,7 +82,6 @@ sub run_tests { > } > ); > $auth_header_record->marcxml($fake_xml); >- $auth_header_record->marc($fake_marc); > $auth_header_record->update; > > # Find a particular series field. >-- >2.39.5
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 26684
:
111670
|
111671
|
111672
|
112016
|
112018
|
112019
|
112087
|
112088
|
112089
|
112090
|
177445
|
177446
|
177447
|
177448
|
177449
|
177450
| 177455 |
177456
|
177457
|
177458
|
177459
|
177460
|
177461