@@ -, +, @@ --- Koha/Schema/Result/Category.pm | 4 ++++ 1 file changed, 4 insertions(+) --- a/Koha/Schema/Result/Category.pm +++ a/Koha/Schema/Result/Category.pm @@ -305,4 +305,8 @@ sub koha_objects_class { 'Koha::Patron::Categories'; } +__PACKAGE__->add_columns( + '+require_strong_password' => { is_boolean => 1 } +); + 1; --