From 657a1a18b0657a54a9318d374b530e439c0bfbb5 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 11 Nov 2020 15:35:33 +0100 Subject: [PATCH] Bug 22818: DBIC schema changes Signed-off-by: Jonathan Druart --- Koha/Schema/Result/Branch.pm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm index 892e0c2448..04a4a11eb6 100644 --- a/Koha/Schema/Result/Branch.pm +++ b/Koha/Schema/Result/Branch.pm @@ -86,6 +86,11 @@ __PACKAGE__->table("branches"); data_type: 'longtext' is_nullable: 1 +=head2 branchillemail + + data_type: 'longtext' + is_nullable: 1 + =head2 branchreplyto data_type: 'longtext' @@ -167,6 +172,8 @@ __PACKAGE__->add_columns( { data_type => "longtext", is_nullable => 1 }, "branchemail", { data_type => "longtext", is_nullable => 1 }, + "branchillemail", + { data_type => "longtext", is_nullable => 1 }, "branchreplyto", { data_type => "longtext", is_nullable => 1 }, "branchreturnpath", @@ -834,8 +841,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2020-08-23 20:02:36 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:OB75ORKajzt+l0w9mRFX1Q +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-11-11 14:23:25 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pOqM3Rfe/H4J+m1XxVfaUQ __PACKAGE__->add_columns( '+pickup_location' => { is_boolean => 1 } -- 2.20.1