From 504c4f717b003161b818d4781957b68403856cce Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 16 Sep 2022 10:10:49 -0300 Subject: [PATCH] Bug 29144: DBIC schema Signed-off-by: Tomas Cohen Arazi --- 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..c73799b15b 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-09-16 13:09:04 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4nMDSKcOjnGsjUQkkyZtwg __PACKAGE__->add_columns( '+pickup_location' => { is_boolean => 1 }, -- 2.39.5