From 986a2d41ec502201c7bf7594c5006b82b9c4ba02 Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 15 Oct 2020 01:03:32 +0000 Subject: [PATCH] Bug 26684: [Do not push] Remember to update Koha::Schema::Result::AuthHeader Signed-off-by: Roman Dolny --- 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