From 103f46cb1c2a740315f47b5afe555fa573bf6cd8 Mon Sep 17 00:00:00 2001 From: Sam Lau Date: Fri, 21 Jun 2024 17:40:24 +0000 Subject: [PATCH] Bug 33462: Update Schema Files (Don't push) Signed-off-by: Laura_Escamilla --- Koha/Schema/Result/Category.pm | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm index f9deb1a9e0..7701674f24 100644 --- a/Koha/Schema/Result/Category.pm +++ b/Koha/Schema/Result/Category.pm @@ -213,6 +213,13 @@ set required password strength for patrons in this category Exclude patrons of this category from local holds priority +=head2 force_password_reset_when_set_by_staff + + data_type: 'tinyint' + is_nullable: 1 + +if patrons of this category are required to reset password after being created by a staff member + =cut __PACKAGE__->add_columns( @@ -281,6 +288,8 @@ __PACKAGE__->add_columns( { data_type => "tinyint", is_nullable => 1 }, "exclude_from_local_holds_priority", { data_type => "tinyint", is_nullable => 1 }, + "force_password_reset_when_set_by_staff", + { data_type => "tinyint", is_nullable => 1 }, ); =head1 PRIMARY KEY @@ -388,8 +397,8 @@ __PACKAGE__->has_many( ); -# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-03-26 17:00:07 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6I6SD78A/PJ0AhUc1IEOPg +# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-06-21 17:38:40 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xLkcN9dGi5WoQ+u0gKnuPQ sub koha_object_class { 'Koha::Patron::Category'; -- 2.39.2