Bug 23321: (QA follow-up) Booleans

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
Tomás Cohen Arazi 2019-09-20 15:26:08 -03:00 committed by Martin Renvoize
parent 9aefd5845a
commit 306fcf6bce
Signed by: martin.renvoize
GPG key ID: 422B469130441A0F

View file

@ -148,6 +148,10 @@ __PACKAGE__->belongs_to(
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-07-23 13:14:31
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:TfGf0U/vWS7IviRlvDdE1w
__PACKAGE__->add_columns(
'+archived' => { is_boolean => 1 },
'+branch_default' => { is_boolean => 1 },
);
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;