Bug 35044: (QA follow-up): Fix QA script Error on boolean TINYINT
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
fcc1934a92
commit
a779c7ace1
1 changed files with 3 additions and 1 deletions
|
@ -156,6 +156,8 @@ __PACKAGE__->has_many(
|
||||||
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-11-03 17:19:32
|
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-11-03 17:19:32
|
||||||
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fnWeynuQnePWYM90CJKZ5Q
|
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fnWeynuQnePWYM90CJKZ5Q
|
||||||
|
|
||||||
|
__PACKAGE__->add_columns(
|
||||||
|
'+repeatable' => { is_boolean => 1 },
|
||||||
|
);
|
||||||
|
|
||||||
# You can replace this text with custom code or comments, and it will be preserved on regeneration
|
|
||||||
1;
|
1;
|
||||||
|
|
Loading…
Reference in a new issue