Bugzilla – Attachment 177447 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: [Do not push] Remember to update Koha::Schema::Result::AuthHeader
Bug-26684-Do-not-push-Remember-to-update-KohaSchem.patch (text/plain), 1.01 KB, created by
Janusz Kaczmarek
on 2025-02-02 14:33:27 UTC
(
hide
)
Description:
Bug 26684: [Do not push] Remember to update Koha::Schema::Result::AuthHeader
Filename:
MIME Type:
Creator:
Janusz Kaczmarek
Created:
2025-02-02 14:33:27 UTC
Size:
1.01 KB
patch
obsolete
>From ad186b2488c15773c89fa5d3bbce852f9ee2382d Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Thu, 15 Oct 2020 01:03:32 +0000 >Subject: [PATCH] Bug 26684: [Do not push] Remember to update > Koha::Schema::Result::AuthHeader > >--- > Koha/Schema/Result/AuthHeader.pm | 7 ------- > 1 file changed, 7 deletions(-) > >diff --git a/Koha/Schema/Result/AuthHeader.pm b/Koha/Schema/Result/AuthHeader.pm >index 69dc79ddfe..083ab6dec4 100644 >--- a/Koha/Schema/Result/AuthHeader.pm >+++ b/Koha/Schema/Result/AuthHeader.pm >@@ -66,11 +66,6 @@ __PACKAGE__->table("auth_header"); > data_type: 'longtext' > is_nullable: 1 > >-=head2 marc >- >- data_type: 'blob' >- is_nullable: 1 >- > =head2 linkid > > data_type: 'bigint' >@@ -108,8 +103,6 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 20 }, > "authtrees", > { data_type => "longtext", is_nullable => 1 }, >- "marc", >- { data_type => "blob", is_nullable => 1 }, > "linkid", > { data_type => "bigint", is_nullable => 1 }, > "marcxml", >-- >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
|
177622
|
177623
|
177624
|
177625
|
177626
|
177627