Browse Source

Bug 23816: (follow-up) Define boolean column in shcema

Sponsored-by: Northeast Kansas Library - NEKLS

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
20.11.x
Agustin Moyano 4 years ago
committed by Jonathan Druart
parent
commit
84004d0b3e
  1. 4
      Koha/Schema/Result/Category.pm

4
Koha/Schema/Result/Category.pm

@ -316,4 +316,8 @@ sub koha_objects_class {
'Koha::Patron::Categories';
}
__PACKAGE__->add_columns(
'+require_strong_password' => { is_boolean => 1 }
);
1;

Loading…
Cancel
Save