From 8c6cc211b5b3fc6140b2f82cada29565a10b4dbd Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 27 Oct 2014 10:46:05 -0300 Subject: [PATCH] Bug 9530: Update DBIx Signed-off-by: Tomas Cohen Arazi --- Koha/Schema/Result/Branch.pm | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm index ec25add2f0..68a92d9311 100644 --- a/Koha/Schema/Result/Branch.pm +++ b/Koha/Schema/Result/Branch.pm @@ -86,6 +86,16 @@ __PACKAGE__->table("branches"); data_type: 'mediumtext' is_nullable: 1 +=head2 branchreplyto + + data_type: 'mediumtext' + is_nullable: 1 + +=head2 branchreturnpath + + data_type: 'mediumtext' + is_nullable: 1 + =head2 branchurl data_type: 'mediumtext' @@ -145,6 +155,10 @@ __PACKAGE__->add_columns( { data_type => "mediumtext", is_nullable => 1 }, "branchemail", { data_type => "mediumtext", is_nullable => 1 }, + "branchreplyto", + { data_type => "mediumtext", is_nullable => 1 }, + "branchreturnpath", + { data_type => "mediumtext", is_nullable => 1 }, "branchurl", { data_type => "mediumtext", is_nullable => 1 }, "issuing", @@ -484,8 +498,8 @@ Composing rels: L -> categorycode __PACKAGE__->many_to_many("categorycodes", "branchrelations", "categorycode"); -# Created by DBIx::Class::Schema::Loader v0.07025 @ 2014-04-08 22:40:15 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1RVlM6TXiG4B7szUQSN64Q +# Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-10-27 10:44:50 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:WRCu1ThkQVx+o7/ECe0j2A # You can replace this text with custom content, and it will be preserved on regeneration -- 2.20.1