From 6943521af7871a3f36ed5005d3c2a26b666fe4d5 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 --- 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