Bug 23681: (follow-up) Mark fields at booleans

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Martin Renvoize 2022-05-06 08:21:35 +01:00 committed by Tomas Cohen Arazi
parent 3b1c271f78
commit 2218b4469b
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -92,6 +92,11 @@ __PACKAGE__->has_many(
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-05-04 11:05:19
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cRSViJItfpT3mxCX82/9eQ
__PACKAGE__->add_columns(
'+is_system' => { is_boolean => 1 },
'+is_default' => { is_boolean => 1 }
);
sub koha_object_class {
'Koha::RestrictionType';
}