From 9844f28fc7e9a64fa52bcb6cc2589847b1a3b98f Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 4 Aug 2022 11:51:18 +0000 Subject: [PATCH] Bug 29144: (DBIx schema) Drop branches.opac_info Content-Type: text/plain; charset=utf-8 No test plan. Signed-off-by: Marcel de Rooy Signed-off-by: Owen Leonard Signed-off-by: Martin Renvoize --- Koha/Schema/Result/Branch.pm | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm index 3ff052eea8..6926a0f92f 100644 --- a/Koha/Schema/Result/Branch.pm +++ b/Koha/Schema/Result/Branch.pm @@ -160,13 +160,6 @@ the IP address for your library or branch notes related to your library or branch -=head2 opac_info - - data_type: 'mediumtext' - is_nullable: 1 - -HTML that displays in OPAC - =head2 geolocation data_type: 'varchar' @@ -240,8 +233,6 @@ __PACKAGE__->add_columns( { data_type => "varchar", is_nullable => 1, size => 15 }, "branchnotes", { data_type => "longtext", is_nullable => 1 }, - "opac_info", - { data_type => "mediumtext", is_nullable => 1 }, "geolocation", { data_type => "varchar", is_nullable => 1, size => 255 }, "marcorgcode", @@ -912,8 +903,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-06-27 11:58:43 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1m1v0sml/1gBHxAkQl8BaA +# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-08-04 11:51:01 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9y3OsniMUF5gCVn4Xfyw3Q __PACKAGE__->add_columns( '+pickup_location' => { is_boolean => 1 }, -- 2.20.1