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