From f906de31e694d5295311ff38c4ff0cf60098be26 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 16 Sep 2020 14:42:29 +0100 Subject: [PATCH] Bug 22818: (DO NOT PUSH) Schema Updates --- Koha/Schema/Result/Branch.pm | 11 +++++++++-- Koha/Schema/Result/Category.pm | 18 +++++++++--------- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/Koha/Schema/Result/Branch.pm b/Koha/Schema/Result/Branch.pm index 37b2032919..2dbf94a1ae 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", @@ -819,8 +826,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07048 @ 2020-06-12 14:01:29 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:hU6Ldf0uN2iV1h7llLH+4g +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-09-16 13:39:18 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5qit2ZwBSEXWnfm872TZRA __PACKAGE__->add_columns( '+pickup_location' => { is_boolean => 1 } diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm index 363329d265..caf593857a 100644 --- a/Koha/Schema/Result/Category.pm +++ b/Koha/Schema/Result/Category.pm @@ -133,11 +133,6 @@ __PACKAGE__->table("categories"); data_type: 'tinyint' is_nullable: 1 -=head2 exclude_from_local_holds_priority - - data_type: 'tinyint' - is_nullable: 1 - =head2 min_password_length data_type: 'smallint' @@ -148,6 +143,11 @@ __PACKAGE__->table("categories"); data_type: 'tinyint' is_nullable: 1 +=head2 exclude_from_local_holds_priority + + data_type: 'tinyint' + is_nullable: 1 + =cut __PACKAGE__->add_columns( @@ -204,12 +204,12 @@ __PACKAGE__->add_columns( { data_type => "tinyint", is_nullable => 1 }, "change_password", { data_type => "tinyint", is_nullable => 1 }, - "exclude_from_local_holds_priority", - { data_type => "tinyint", is_nullable => 1 }, "min_password_length", { data_type => "smallint", is_nullable => 1 }, "require_strong_password", { data_type => "tinyint", is_nullable => 1 }, + "exclude_from_local_holds_priority", + { data_type => "tinyint", is_nullable => 1 }, ); =head1 PRIMARY KEY @@ -302,8 +302,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2020-09-02 12:50:50 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:JOzFLxLwouaTl5dQJrOdZA +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-09-16 13:39:18 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ndAHsHRXsMpzZSmVZ++VHw __PACKAGE__->add_columns( '+exclude_from_local_holds_priority' => { is_boolean => 1 }, -- 2.20.1