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:
Pedro Amorim 2024-07-25 16:58:48 +00:00 committed by Katrin Fischer
parent fcc1934a92
commit a779c7ace1
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -156,6 +156,8 @@ __PACKAGE__->has_many(
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-11-03 17:19:32
# 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;