Bug 17170: Update schema for boolean

Sponsored-by: Sponsored by: Round Rock Public Library [https://www.roundrocktexas.gov/departments/library/]

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Nick Clemens 2022-04-13 13:29:41 +00:00 committed by Tomas Cohen Arazi
parent 9f1e167f6f
commit b306b1d4ca
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -94,6 +94,13 @@ __PACKAGE__->set_primary_key("id");
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-10-06 12:05:17
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8QjxOudinfXOrLj/KkZc5Q
__PACKAGE__->add_columns(
'+opac' => { is_boolean => 1 },
);
__PACKAGE__->add_columns(
'+staff_client' => { is_boolean => 1 },
);
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;