Bugzilla – Attachment 111672 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
David Cook
on 2020-10-15 01:05:00 UTC
(
hide
)
Description:
Bug 26684: [Do not push] Remember to update Koha::Schema::Result::AuthHeader
Filename:
MIME Type:
Creator:
David Cook
Created:
2020-10-15 01:05:00 UTC
Size:
1.01 KB
patch
obsolete
>From 6943521af7871a3f36ed5005d3c2a26b666fe4d5 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 d406e27128..65c7635eca 100644 >--- a/Koha/Schema/Result/AuthHeader.pm >+++ b/Koha/Schema/Result/AuthHeader.pm >@@ -61,11 +61,6 @@ __PACKAGE__->table("auth_header"); > data_type: 'longtext' > is_nullable: 1 > >-=head2 marc >- >- data_type: 'blob' >- is_nullable: 1 >- > =head2 linkid > > data_type: 'bigint' >@@ -101,8 +96,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.11.0
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