Bugzilla – Attachment 178285 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: {DBIx] Schema changes for AuthHeader.pm
Bug-26684-DBIx-Schema-changes-for-AuthHeaderpm.patch (text/plain), 1.43 KB, created by
Marcel de Rooy
on 2025-02-18 15:40:19 UTC
(
hide
)
Description:
Bug 26684: {DBIx] Schema changes for AuthHeader.pm
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-02-18 15:40:19 UTC
Size:
1.43 KB
patch
obsolete
>From 1684fee3bbb539998a7be6a8de0a3c8aced585ce Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 18 Feb 2025 15:09:15 +0000 >Subject: [PATCH] Bug 26684: {DBIx] Schema changes for AuthHeader.pm >Content-Type: text/plain; charset=utf-8 > >--- > Koha/Schema/Result/AuthHeader.pm | 11 ++--------- > 1 file changed, 2 insertions(+), 9 deletions(-) > >diff --git a/Koha/Schema/Result/AuthHeader.pm b/Koha/Schema/Result/AuthHeader.pm >index 69dc79ddfe..217fc23925 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", >@@ -146,8 +139,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-07-31 14:45:08 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qQKXXu/9rBZ89hnDzJMsvA >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-02-18 15:08:57 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YYIt5OnrPGIQ8v3Q9FnHmw > > sub koha_object_class { > 'Koha::Authority'; >-- >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
|
178277
|
178278
|
178279
|
178280
|
178281
|
178282
| 178285