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:
parent
9aefd5845a
commit
306fcf6bce
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue